Skip to content
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

Closed

Conversation

kevinwilfong
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 1, 2024
Copy link

netlify bot commented Oct 1, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 8f06c64
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/670433355d0ea50008b74b62

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63711984

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63711984

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63711984

kevinwilfong pushed a commit to kevinwilfong/velox that referenced this pull request Oct 1, 2024
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63711984

kevinwilfong pushed a commit to kevinwilfong/velox that referenced this pull request Oct 1, 2024
…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
{0},
makeNullableFlatVector<int64_t>(
expectedAscArray, TIMESTAMP_WITH_TIME_ZONE()));
const auto expectedDesc = makeArrayVector(
Copy link
Contributor

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)

kevinwilfong pushed a commit to kevinwilfong/velox that referenced this pull request Oct 3, 2024
…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
Kevin Wilfong added 2 commits October 7, 2024 12:14
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63711984

kevinwilfong pushed a commit to kevinwilfong/velox that referenced this pull request Oct 7, 2024
…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
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 641193b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants