-
Notifications
You must be signed in to change notification settings - Fork 922
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
Include <cstddef> to fix compilation of parquet reader on GCC 11. #10483
Include <cstddef> to fix compilation of parquet reader on GCC 11. #10483
Conversation
f005b8e
to
d287280
Compare
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.
lgtm 👍
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10483 +/- ##
================================================
+ Coverage 86.14% 86.17% +0.03%
================================================
Files 139 141 +2
Lines 22447 22501 +54
================================================
+ Hits 19336 19391 +55
+ Misses 3111 3110 -1
Continue to review full report at Codecov.
|
@gpucibot merge |
Includes
<cstddef>
forptrdiff_t
inparquet/compact_protocol_reader.hpp
. Compilation fails on GCC 11 without this include. Targeting 22.04 since this was broken yesterday in #10063.Error output:
Also includes
<optional>
incpp/include/cudf/table/experimental/row_operators.cuh
, which was broken by #10164.