Skip to content
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

Fix snowflake date filters #11718

Merged
merged 2 commits into from Jan 16, 2020
Merged

Fix snowflake date filters #11718

merged 2 commits into from Jan 16, 2020

Conversation

camsaul
Copy link
Member

@camsaul camsaul commented Jan 14, 2020

Looks like the Snowflake JDBC driver is broken – it's ignoring the calendar param of methods like setTimestamp(int index, Timestamp timestamp, Calendar calendar). We can work around this by normalizing zoned temporal values to UTC and relying on the session timezone to convert them to the correct values.

Fixes #11036

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant