-
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-1636767, SNOW-1635405: Support timestamp +/- timedelta. #2153
SNOW-1636767, SNOW-1635405: Support timestamp +/- timedelta. #2153
Conversation
Signed-off-by: sfc-gh-mvashishtha <[email protected]>
src/snowflake/snowpark/modin/plugin/_internal/binary_op_utils.py
Outdated
Show resolved
Hide resolved
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.
Just two comments
Signed-off-by: sfc-gh-mvashishtha <[email protected]>
Co-authored-by: Andong Zhan <[email protected]>
…t-timestamp-plus-or-minus-timedelta
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.
LGTM!
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.
Please fix some test failures.
Signed-off-by: sfc-gh-mvashishtha <[email protected]>
@sfc-gh-azhan The new timedelta integration tests in /Users/mvashishtha/sources/snowpark-python/tests/integ/modin/binary/test_binary_op.py showed that we were not raising |
…t-timestamp-plus-or-minus-timedelta
Fixes SNOW-1636767
Fixes SNOW-1635405