-
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
PhabricatorVersion245726248 #11142
PhabricatorVersion245726248 #11142
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D63711984 |
This pull request was exported from Phabricator. Differential Revision: D63711984 |
4cf08cc
to
2bcdf6d
Compare
This pull request was exported from Phabricator. Differential Revision: D63711984 |
…r#11142) Summary: Pull Request resolved: facebookincubator#11142 With facebookincubator#11136 array_sort just works with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63711984
2bcdf6d
to
350732c
Compare
This pull request was exported from Phabricator. Differential Revision: D63711984 |
…r#11142) Summary: Pull Request resolved: facebookincubator#11142 With facebookincubator#11136 array_sort just works with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Differential Revision: D63711984
350732c
to
fcd69a8
Compare
{0}, | ||
makeNullableFlatVector<int64_t>( | ||
expectedAscArray, TIMESTAMP_WITH_TIME_ZONE())); | ||
const auto expectedDesc = makeArrayVector( |
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.
nit: Would Array<Row> also work (similar to the test case added in array_max/min)? If yes, then apart from adding this case here we can also test the array_sort with lambda here like array_sort(c0, x -> x.c0)
…r#11142) Summary: With facebookincubator#11136 array_sort just works with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Reviewed By: bikramSingh91 Differential Revision: D63711984
…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
…r#11142) Summary: With facebookincubator#11136 array_sort just works with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Reviewed By: bikramSingh91 Differential Revision: D63711984
fcd69a8
to
8f06c64
Compare
This pull request was exported from Phabricator. Differential Revision: D63711984 |
…r#11142) Summary: With facebookincubator#11136 array_sort just works with TimestampWithTimezone. Adding unit tests to verify this and ensure it doesn't break in the future. Reviewed By: bikramSingh91 Differential Revision: D63711984
This pull request has been merged in 641193b. |
Summary:
With #11136 array_sort just works with
TimestampWithTimezone.
Adding unit tests to verify this and ensure it doesn't break in the future.
Differential Revision: D63711984