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

GpuStringSplit should return an array on not-null elements #4716

Conversation

HaoYang670
Copy link
Collaborator

Signed-off-by: remzi 13716567376yh@gmail.com
close #4671

In this PR, we explicitly declare that the return type of GpuStringSplit does not contain null. Because there is no case where the returned array contains null.

Re apache/spark@db15b82be9

Signed-off-by: remzi <13716567376yh@gmail.com>
@HaoYang670 HaoYang670 changed the title GpuStringSplit should return an array on not-null elemets GpuStringSplit should return an array on not-null elements Feb 8, 2022
@HaoYang670
Copy link
Collaborator Author

build

@HaoYang670 HaoYang670 self-assigned this Feb 8, 2022
@HaoYang670 HaoYang670 added the audit_3.3.0 Audit related tasks for 3.3.0 label Feb 8, 2022
@HaoYang670 HaoYang670 merged commit 7f4ac58 into NVIDIA:branch-22.04 Feb 8, 2022
@HaoYang670 HaoYang670 deleted the issue4671_StringSplit_return_not_null_array branch February 8, 2022 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.3.0 Audit related tasks for 3.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA][Audit] - [SPARK-37822][SQL] StringSplit should return an array on non-null elements
2 participants