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

MetaUtils.getBatchFromMeta should return batches with GpuColumnVectorFromBuffer #1376

Merged
merged 1 commit into from
Dec 11, 2020

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Dec 11, 2020

When building a ColumnarBatch from a device buffer and shuffle metadata, MetaUtils is not returning a batch with GpuColumnVectorFromBuffer instances but rather normal GpuColumnVector instances. When these batches are seen by the subsequent GpuCoalesceBatches node in the query plan, GpuCoalesceBatches mistakenly thinks the columns are not from a contiguous buffer and performs a redundant contiguous split on the batch.

…FromBuffer

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added bug Something isn't working performance A performance related task/issue shuffle things that impact the shuffle plugin labels Dec 11, 2020
@jlowe jlowe added this to the Dec 7 - Dec 18 milestone Dec 11, 2020
@jlowe jlowe self-assigned this Dec 11, 2020
@jlowe
Copy link
Member Author

jlowe commented Dec 11, 2020

build

@jlowe jlowe merged commit 6508dc8 into NVIDIA:branch-0.3 Dec 11, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…FromBuffer (NVIDIA#1376)

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…FromBuffer (NVIDIA#1376)

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe deleted the fix-meta-batch branch September 10, 2021 15:32
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
…IDIA#1376)

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
bug Something isn't working performance A performance related task/issue shuffle things that impact the shuffle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants