-
Notifications
You must be signed in to change notification settings - Fork 238
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
[FEA] Support concatenating ArrayType columns #2013
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Comments
Dooyoung-Hwang
added
? - Needs Triage
Need team to review and classify
feature request
New feature or request
labels
Mar 24, 2021
sameerz
added
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
and removed
? - Needs Triage
Need team to review and classify
labels
Mar 24, 2021
I filed rapidsai/cudf#7767 for this. |
sperlingxx
added a commit
that referenced
this issue
May 20, 2021
Closes #2013 Support GpuConcat on ArrayType. And introduce some refinement for GpuConcat on StringType. Signed-off-by: sperlingxx <[email protected]>
abellina
pushed a commit
to abellina/spark-rapids
that referenced
this issue
May 24, 2021
Closes NVIDIA#2013 Support GpuConcat on ArrayType. And introduce some refinement for GpuConcat on StringType. Signed-off-by: sperlingxx <[email protected]>
nartal1
pushed a commit
to nartal1/spark-rapids
that referenced
this issue
Jun 9, 2021
Closes NVIDIA#2013 Support GpuConcat on ArrayType. And introduce some refinement for GpuConcat on StringType. Signed-off-by: sperlingxx <[email protected]>
nartal1
pushed a commit
to nartal1/spark-rapids
that referenced
this issue
Jun 9, 2021
Closes NVIDIA#2013 Support GpuConcat on ArrayType. And introduce some refinement for GpuConcat on StringType. Signed-off-by: sperlingxx <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
I request a feature of concatenating columns of ArrayType into one column on GPU.
The text was updated successfully, but these errors were encountered: