-
Notifications
You must be signed in to change notification settings - Fork 933
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 nested column types properly for empty parquet files. #8350
Handle nested column types properly for empty parquet files. #8350
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine. A bit of code repetition but this seems more urgent.
rerun tests |
2 similar comments
rerun tests |
rerun tests |
@gpucibot merge |
rerun tests |
Rerun tests. |
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #8350 +/- ##
===============================================
Coverage ? 82.86%
===============================================
Files ? 106
Lines ? 17874
Branches ? 0
===============================================
Hits ? 14811
Misses ? 3063
Partials ? 0 Continue to review full report at Codecov.
|
Fixes: #8323
Also fixes a recently introduced bug in the test column equality checker. The code was previously relying on accesses to device memory being transparently handled by
thrust::device_vector