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

Handle pre-sliced nested columns in contiguous_split. #8391

Merged

Conversation

nvdbaranec
Copy link
Contributor

@nvdbaranec nvdbaranec commented May 27, 2021

The computation that applied offsets down a hierarchy of nested columns was starting with the wrong base offset in the case of nested columns.

Note: marking as Do Not Merge for the time being so it gets some more non-CI testing. Specifically: this PR #8153

@nvdbaranec nvdbaranec added bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. 5 - DO NOT MERGE Hold off on merging; see PR for details non-breaking Non-breaking change labels May 27, 2021
@nvdbaranec nvdbaranec requested a review from a team as a code owner May 27, 2021 15:40
@nvdbaranec nvdbaranec requested review from a team as code owners May 27, 2021 15:40
@github-actions github-actions bot added CMake CMake build issue conda Java Affects Java cuDF API. labels May 27, 2021
@nvdbaranec nvdbaranec changed the base branch from branch-21.06 to branch-21.08 May 27, 2021 15:40
@nvdbaranec nvdbaranec removed CMake CMake build issue conda Java Affects Java cuDF API. labels May 27, 2021
@nvdbaranec nvdbaranec requested review from mythrocks and removed request for a team and robertmaynard May 27, 2021 15:41
@nvdbaranec
Copy link
Contributor Author

rerun tests

@ttnghia
Copy link
Contributor

ttnghia commented Jun 3, 2021

Rerun tests.

@nvdbaranec
Copy link
Contributor Author

rerun tests

@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@341ebe4). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head b70bdbf differs from pull request most recent head aa6b2e2. Consider uploading reports for the commit aa6b2e2 to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8391   +/-   ##
===============================================
  Coverage                ?   82.91%           
===============================================
  Files                   ?      110           
  Lines                   ?    18094           
  Branches                ?        0           
===============================================
  Hits                    ?    15002           
  Misses                  ?     3092           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 341ebe4...aa6b2e2. Read the comment docs.

@nvdbaranec nvdbaranec removed the 5 - DO NOT MERGE Hold off on merging; see PR for details label Jun 14, 2021
@nvdbaranec
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit d30695c into rapidsai:branch-21.08 Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants