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

Allow for GPUCoalesceBatch to deal with Map #1052

Merged
merged 2 commits into from
Nov 2, 2020

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Nov 2, 2020

This allows GPUCoalesceBatch to work on Maps that have been explicitly allowed in other parts of the code. This is just the first step of several to allow nested types. This is because Spark has more data types than cudf does so there is not a clear one to one mapping, which we have relied on prior to this.

@revans2 revans2 added this to the Oct 26 - Nov 6 milestone Nov 2, 2020
@revans2 revans2 self-assigned this Nov 2, 2020
--conf "spark.driver.extraJavaOptions=-Duser.timezone=GMT $COVERAGE_SUBMIT_FLAGS" \
--conf 'spark.executor.extraJavaOptions=-Duser.timezone=GMT' \
--conf "spark.driver.extraJavaOptions=-ea -Duser.timezone=GMT $COVERAGE_SUBMIT_FLAGS" \
--conf 'spark.executor.extraJavaOptions=-ea -Duser.timezone=GMT' \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not needed just added them in to verify that I didn't get something wrong.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2
Copy link
Collaborator Author

revans2 commented Nov 2, 2020

build

kuhushukla
kuhushukla previously approved these changes Nov 2, 2020
Copy link
Collaborator

@kuhushukla kuhushukla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the nits you pointed out yourself and one minor naming nit, this looks good to me. Approving..

@revans2
Copy link
Collaborator Author

revans2 commented Nov 2, 2020

build

@revans2 revans2 merged commit e4d9efc into NVIDIA:branch-0.3 Nov 2, 2020
@revans2 revans2 deleted the toColumnarBatch branch November 2, 2020 17:28
@sameerz sameerz added the feature request New feature or request label Nov 6, 2020
sperlingxx pushed a commit to sperlingxx/spark-rapids that referenced this pull request Nov 20, 2020
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
…IDIA#1052)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
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 this pull request may close these issues.

3 participants