-
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
Add to_iso8601(Timestamp) Presto function #8551
Conversation
✅ Deploy Preview for meta-velox canceled.
|
Also, we need to update the documentation. |
And please verify the results with Prestissimo as well. We will add E2E tests after this lands in Velox. |
d56ac02
to
178c7f3
Compare
d4c480d
to
12de362
Compare
@majetideepak @aditi-pandit all changes have been finalized, please take a look. Modified tests to use direct Edit - I noticed a silly error in regard to my millisecond truncation and its validation (confusion between Timestamp's input nanoseconds and output string's milliseconds), currently addressing this. Will correct and re-inform when it is ready for review. |
12de362
to
9531e75
Compare
Fixed the rounding issue by modifying the Timestamp stringify function |
c9b4a61
to
66c14b8
Compare
66c14b8
to
82aecc5
Compare
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.
Thank you for the function. A few comments.
82aecc5
to
8404d66
Compare
8404d66
to
33147b2
Compare
@majetideepak would appreciate if you could re-review! |
33147b2
to
6e941b0
Compare
This pull request has been automatically marked as stale because it has not had recent activity. If you'd still like this PR merged, please comment on the PR, make sure you've addressed reviewer comments, and rebase on the latest main. Thank you for your contributions! |
@svm1 : Please can you rebase this PR and fix all the conflicts. |
@aditi-pandit This function has actually been implemented already, closing this PR. |
No description provided.