-
Notifications
You must be signed in to change notification settings - Fork 907
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
Handle pre-sliced nested columns in contiguous_split. #8391
Conversation
…ly handled for nested types.
rerun tests |
Rerun tests. |
rerun tests |
Codecov Report
@@ 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.
|
@gpucibot merge |
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