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

[FEA] Support order by on single-level array #7231

Closed

Conversation

cindyyuanjiang
Copy link
Collaborator

@cindyyuanjiang cindyyuanjiang commented Dec 2, 2022

We support order by on single-level array, requested by #5509.

Current cudf list lexicographic comparator(rapidsai/cudf#11129) supports multi-level array comparisons. However, during testing we find discrepancies between cudf and Spark sorting results on array of array with null elements. We filed cudf issue rapidsai/cudf#12298 for follow up.

We can support order by on multi-level array as next steps. Follow up issue is linked here #7230.

Signed-off-by: Cindy Jiang <cindyj@nvidia.com>
Signed-off-by: Cindy Jiang <cindyj@nvidia.com>
Signed-off-by: Cindy Jiang <cindyj@nvidia.com>
@cindyyuanjiang cindyyuanjiang self-assigned this Dec 2, 2022
@cindyyuanjiang cindyyuanjiang added the feature request New feature or request label Dec 2, 2022
@cindyyuanjiang cindyyuanjiang linked an issue Dec 2, 2022 that may be closed by this pull request
@cindyyuanjiang cindyyuanjiang removed the feature request New feature or request label Dec 2, 2022
@cindyyuanjiang
Copy link
Collaborator Author

build

@cindyyuanjiang cindyyuanjiang added feature request New feature or request cudf_dependency An issue or PR with this label depends on a new feature in cudf labels Dec 3, 2022
@cindyyuanjiang cindyyuanjiang deleted the gpu-order-by branch December 3, 2022 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant