-
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 tests for array_min/array_max with TimestampWithTimezone #11141
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D63708110 |
This pull request was exported from Phabricator. Differential Revision: D63708110 |
…kincubator#11141) Summary: Pull Request resolved: facebookincubator#11141 With facebookincubator#11136 array_min and array_max just work with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63708110
f4c8012
to
6ed26c6
Compare
This pull request was exported from Phabricator. Differential Revision: D63708110 |
…kincubator#11141) Summary: Pull Request resolved: facebookincubator#11141 With facebookincubator#11136 array_min and array_max just work with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63708110
6ed26c6
to
017023f
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.
Looks good % @kgpai 's comments that he added internally. Will defer approval to him
…kincubator#11141) Summary: With facebookincubator#11136 array_min and array_max just work with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63708110
…kincubator#11141) Summary: With facebookincubator#11136 array_min and array_max just work with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63708110
017023f
to
d4d926c
Compare
This pull request was exported from Phabricator. Differential Revision: D63708110 |
…kincubator#11141) Summary: With facebookincubator#11136 array_min and array_max just work with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63708110
…kincubator#11141) Summary: With facebookincubator#11136 array_min and array_max just work with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63708110
This pull request has been merged in 2d118aa. |
Summary:
With #11136 array_min and array_max
just work with TimestampWithTimezone.
Adding unit tests to verify this and ensure it doesn't break in the future.
Differential Revision: D63708110