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

Add in support for sorting arrays with structs in sort_array #4930

Merged
merged 2 commits into from
Mar 10, 2022

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Mar 10, 2022

This is a part of #4900 but is only a small part of it. CUDF already supported everything so it was only a few more mins to implement this patch with proper tests than it was to verify that it was working manually.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added the feature request New feature or request label Mar 10, 2022
@revans2 revans2 added this to the Feb 28 - Mar 18 milestone Mar 10, 2022
@revans2 revans2 self-assigned this Mar 10, 2022
@revans2
Copy link
Collaborator Author

revans2 commented Mar 10, 2022

build

Copy link
Member

@jlowe jlowe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to generate the updated supported ops documentation, but otherwise lgtm.

@revans2
Copy link
Collaborator Author

revans2 commented Mar 10, 2022

build

@revans2
Copy link
Collaborator Author

revans2 commented Mar 10, 2022

@jlowe I updated the docs. I forgot that buildall does not do that for us anymore, and I have to manually build with the default version to make it happen

@gerashegalov
Copy link
Collaborator

forgot that buildall does not do that for us anymore, and I have to manually build with the default version to make it happen

we could change CI to push the result of antrun:run@update_config_docs to the PR branch instead of having it complain that the developer forgot to run it for the default version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants