-
Notifications
You must be signed in to change notification settings - Fork 116
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-1511601: [local testing] Snowpark 1.18.0 broke inserts using current_timestamp() in timestamp columns #1856
Comments
Note that replacing |
Hello @mraraujo , Thanks for raising the issue, we are looking into it, will update. Regards, |
Hello @mraraujo , Could you share the code snippet so we can reproduce the issue. Regards, |
A small reproducible example:
|
Note that the above snippet runs using snowpark 1.17.0 buts throws an exception if the version is >=1.18.0 . |
Hello @mraraujo , Thank you for code snippet, we are able to reproduce the issue and confirms the issue is with local_testing, its working fine with standalone session. The output as below with standalone session: Merge is happening properly
|
thanks for the report. confirmed this is a bug in our insertion during the merge operation. |
I have merged the PR, it will be carried in our next release. |
I'm closing the issue now, FYI we are about to do the release late this/early next week. |
Code such as the following works in 1.17.0 but throws an error in 1.18.0:
The error is
The text was updated successfully, but these errors were encountered: