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 struct and named_struct #1458

Merged
merged 3 commits into from
Jan 7, 2021

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Jan 6, 2021

This fixes #78

It lacks support for nested types as values, but I can add that in if we need it. The only issue would be that I cannot support literal values for these because we don't support scalars for nested types yet.

This is blocked until rapidsai/cudf#7084 is merged in.

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

revans2 commented Jan 7, 2021

build

@revans2 revans2 merged commit 9e20e40 into NVIDIA:branch-0.4 Jan 7, 2021
@revans2 revans2 deleted the named_struct branch January 7, 2021 19:22
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#1458)

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.

[FEA] Support CreateNamedStruct function
3 participants