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

[FEA] Add in support for Maps #44

Closed
revans2 opened this issue May 29, 2020 · 2 comments
Closed

[FEA] Add in support for Maps #44

revans2 opened this issue May 29, 2020 · 2 comments
Labels
feature request New feature or request SQL part of the SQL/Dataframe plugin

Comments

@revans2
Copy link
Collaborator

revans2 commented May 29, 2020

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.

@revans2 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
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Sep 22, 2020
@sameerz
Copy link
Collaborator

sameerz commented Sep 22, 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]>
@jlowe
Copy link
Member

jlowe commented Jan 24, 2024

Map types are supported.

@jlowe jlowe closed this as completed Jan 24, 2024
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
Labels
feature request New feature or request SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

No branches or pull requests

3 participants