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 initial support for CreateMap #3014

Closed
andygrove opened this issue Jul 23, 2021 · 0 comments · Fixed by #3230
Closed

[FEA] Add initial support for CreateMap #3014

andygrove opened this issue Jul 23, 2021 · 0 comments · Fixed by #3230
Assignees
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like to be able to create Map types on the GPU. For example:

spark.sql("select map(name,name) as newmap from df1")

Describe the solution you'd like
Create a GpuCreateMap expression.

Describe alternatives you've considered
None

Additional context
This is part of #44

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jul 23, 2021
@andygrove andygrove added this to the July 19 - July 30 milestone Jul 23, 2021
@andygrove andygrove self-assigned this Jul 23, 2021
@Salonijain27 Salonijain27 removed the ? - Needs Triage Need team to review and classify label Jul 27, 2021
@andygrove andygrove changed the title [FEA] Add support for CreateMap [FEA] Add initial support for CreateMap Aug 13, 2021
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants