-
Notifications
You must be signed in to change notification settings - Fork 234
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] Add in support for Maps #44
Labels
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 29, 2020
This is an umbrella issue for maps support. We will tag other map related issues to this one. |
wjxiz1992
pushed a commit
to wjxiz1992/spark-rapids
that referenced
this issue
Oct 29, 2020
Remove the optional step in databricks doc Remove $ in databricks doc Correct the kernel from "PySpark" to "Spark" in AWS Sagemaker
tgravescs
pushed a commit
to tgravescs/spark-rapids
that referenced
this issue
Nov 30, 2023
Signed-off-by: spark-rapids automation <[email protected]>
Map types are supported. |
liurenjie1024
pushed a commit
to liurenjie1024/spark-rapids
that referenced
this issue
Jul 8, 2024
Signed-off-by: Firestarman <[email protected]> Co-authored-by: Firestarman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
It would be great to be able to support maps. It does not look like cudf has any support planed for maps right now, but once we have structs #17 and arrays #16 we can probably support a lot of maps with an array of a key value struct. When adding in support for a new type we need to look at all existing operators and add in tests for those that support maps. We should then file follow on issues for any operations that does not work properly with maps.
The text was updated successfully, but these errors were encountered: