-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[minor] overload from_unixtime func to have optional timezone parameter #13130
Conversation
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.
This LGTM! Thank you very much
I can probably finish the rest of the issue in another pr after this is merged |
Co-authored-by: Bruce Ritchie <bruce.ritchie@veeva.com>
I took the liberty of merging this PR up from main to resolve a conflict |
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.
Thanks @buraksenn -- I am marking this PR as draft as it is no longer waiting on review (and I am trying to clear the review queue)
I did merge again from main to fix the compile error
Thanks for the review. I've fixed the issue and added test cases to timestamps.slt. I'm converting it to Ready for review again |
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, thank you @buraksenn
Which issue does this PR close?
Not closes but discussed in #12892
Rationale for this change
from_unixtime is not aware of timezone so this PR makes it have optional timezone parameter
What changes are included in this PR?
code,test,doc change for overloaded from_unixtime
Are these changes tested?
yes added tests
Are there any user-facing changes?
yes