-
Notifications
You must be signed in to change notification settings - Fork 170
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-1636262: getDate
triggers NPE with 3.18.0 (regression)
#1874
Labels
bug
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
Comments
github-actions
bot
changed the title
SNOW-1636262: Aug 22, 2024
getDate
triggers NPE with 3.18.0 (regression)getDate
triggers NPE with 3.18.0 (regression)
Hello @jnd77 , Thanks for raising the issue; we are checking and will update you. Regards, |
Hello @jnd77 , We are able to reproduce the issue with 3.18.0, we will work on eliminating it.
Regards, |
sfc-gh-sghosh
added
status-triage_done
Initial triage done, will be further handled by the driver team
and removed
status-triage
Issue is under initial triage
labels
Aug 29, 2024
Fixed in: #1877 |
sfc-gh-dszmolka
added
the
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
label
Aug 29, 2024
The fix will be released today 🤞 in version 3.19 |
Released with JDBC v3.19.0 in August 2024 release cycle |
Thanks a lot guys for the quick fix and release. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
3.18.0
Linux
Java 17
What did you expect to see?
I would expect the test to pass (like with version 3.17.0) , but it fails with NPE.
This is due to the change in this PR:
2843788#diff-7cfeb1bc1d98b12948358aee582bf563cd540c249b1771257214e573df0eab8e
Some constructors leave session
null
...The text was updated successfully, but these errors were encountered: