-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-853533: Support case sensitivity in to_local_iterator #1096
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes LGTM, I've kicked off the merge gates in #1099
thanks for the PR, can you also help update the changelog? https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md |
Done |
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-853533: to_local_iterator doesn't support generating rows as case-insensitive #926
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Adds case_sensitive keyword arg and passes through to
self._session._conn.execute
.