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

Adds in some support for the array sql function #1489

Merged
merged 2 commits into from
Jan 12, 2021

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Jan 11, 2021

This depends on rapidsai/cudf#7112 being merged in first. I did this mostly so I could run some tests to verify 7112 which is needed for another project. My main concern with this is that if we have too many columns we can blow the size limit on the nested array fairly quickly. I can fix this with a little more work if others are concerned about it, otherwise I will just file a follow on issue for it.

I didn't put in support for nested types because I didn't want to spend the time testing them and figuring out if they work properly when there is no scalar support for them yet. I'll also include this in a follow on issue.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added this to the Jan 4 - Jan 15 milestone Jan 11, 2021
@revans2 revans2 self-assigned this Jan 11, 2021
@revans2 revans2 marked this pull request as draft January 11, 2021 18:02
@sameerz sameerz added the feature request New feature or request label Jan 11, 2021
@revans2 revans2 marked this pull request as ready for review January 12, 2021 15:26
@revans2
Copy link
Collaborator Author

revans2 commented Jan 12, 2021

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.

A few small comments but otherwise lgtm.

@revans2
Copy link
Collaborator Author

revans2 commented Jan 12, 2021

build

@revans2
Copy link
Collaborator Author

revans2 commented Jan 12, 2021

build

@revans2 revans2 merged commit d873fa3 into NVIDIA:branch-0.4 Jan 12, 2021
@revans2 revans2 deleted the create_array branch January 12, 2021 19:58
@revans2 revans2 mentioned this pull request Feb 18, 2021
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
…IDIA#1489)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
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