-
Notifications
You must be signed in to change notification settings - Fork 240
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 for arrays and array operations #16
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
P0
Must have for release
SQL
part of the SQL/Dataframe plugin
Comments
revans2
added
feature request
New feature or request
? - Needs Triage
Need team to review and classify
SQL
part of the SQL/Dataframe plugin
labels
May 28, 2020
This was referenced May 29, 2020
Depends in part on rapidsai/cudf#4830 , rapidsai/cudf#4831 , rapidsai/cudf#4832 , rapidsai/cudf#4833 . Work will span 0.2 and 0.3. |
This issue is very broad. Some progress has been made. We need to break this up into additional tasks. |
sameerz
added
the
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
label
Feb 18, 2021
sperlingxx
pushed a commit
to sperlingxx/spark-rapids
that referenced
this issue
Jan 16, 2024
* Fix up reuse of GpuShuffleExchange for AQE --------- Signed-off-by: Firestarman <[email protected]>
Array types along with many array operations are supported. |
binmahone
added a commit
to binmahone/spark-rapids
that referenced
this issue
Jun 25, 2024
* with call site print, not good because some test cases by design will dup Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * done Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * add file Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * fix comiple Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * address review comments Signed-off-by: Hongbin Ma (Mahone) <[email protected]> --------- Signed-off-by: Hongbin Ma (Mahone) <[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
P0
Must have for release
SQL
part of the SQL/Dataframe plugin
Is your feature request related to a problem? Please describe.
Really would be great to support arrays as a part of the plugin.
The text was updated successfully, but these errors were encountered: