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 null type #1176

Merged
merged 2 commits into from
Nov 20, 2020
Merged

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Nov 20, 2020

This adds in null type support for almost all operators. The only operators that are missing is python UDF support and window operations. I didn't consider these critical right now. Window support is likely to work, but there have been issues with nulls in the past. I am not sure what the conversion to arrow would look like so I avoided it in the first take on this.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2
Copy link
Collaborator Author

revans2 commented Nov 20, 2020

build

@revans2 revans2 self-assigned this Nov 20, 2020
@revans2 revans2 added the SQL part of the SQL/Dataframe plugin label Nov 20, 2020
@revans2 revans2 added this to the Nov 9 - Nov 20 milestone Nov 20, 2020
@revans2
Copy link
Collaborator Author

revans2 commented Nov 20, 2020

build

@revans2 revans2 merged commit 90b2b35 into NVIDIA:branch-0.3 Nov 20, 2020
@revans2 revans2 deleted the null_type_support branch November 20, 2020 20:45
@revans2 revans2 mentioned this pull request Nov 23, 2020
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#1176)

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
SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants