You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using?
Python 3.10.8 (main, Oct 13 2022, 09:48:40) [Clang 14.0.0 (clang-1400.0.29.102)]
What operating system and processor architecture are you using?
macOS-13.3.1-arm64-arm-64bit
What are the component versions in the environment (pip freeze)?
... (Snowpark 1.5.1)
What did you do?
df.collect(case_sensitive=False)
df.to_local_iterator() # No such flag
What did you expect to see?
Support for constructing case-insensitive rows (the underlying function, self._session._conn.execute supports the combination of to_iter=True and case_sensitive=False, looks like just an API addition)
Can you set logging to DEBUG and collect the logs?
...
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
to_local_iterator doesn't support generating rows as case-insensitive
SNOW-853533: to_local_iterator doesn't support generating rows as case-insensitive
Jun 29, 2023
Please answer these questions before submitting your issue. Thanks!
Python 3.10.8 (main, Oct 13 2022, 09:48:40) [Clang 14.0.0 (clang-1400.0.29.102)]
macOS-13.3.1-arm64-arm-64bit
pip freeze
)?... (Snowpark 1.5.1)
Support for constructing case-insensitive rows (the underlying function,
self._session._conn.execute
supports the combination of to_iter=True and case_sensitive=False, looks like just an API addition)...
The text was updated successfully, but these errors were encountered: