-
Notifications
You must be signed in to change notification settings - Fork 951
Fix compilation of benchmark for parquet writer. #9905
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
Fix compilation of benchmark for parquet writer. #9905
Conversation
Co-authored-by: Vukasin Milovanovic <vukasin.milovanovic.87@gmail.com>
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9905 +/- ##
================================================
- Coverage 10.49% 10.41% -0.08%
================================================
Files 119 119
Lines 20305 20498 +193
================================================
+ Hits 2130 2134 +4
- Misses 18175 18364 +189
Continue to review full report at Codecov.
|
Java CI is failing, seemingly because of another change from #9810. https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cudf/job/prb/job/cudf-java/CUDA=11.5,GPU_LABEL=gpu,LINUX_VER=centos7,PYTHON=3.7/3289/console
Points to this line: cudf/java/src/main/native/src/TableJni.cpp Line 746 in fc2a32a
|
I think the Java CI fix is out of scope for this PR. I looked at it but it seems nontrivial and more deeply linked to the changes in #9810. Since #9810 was previously merged with this Java failure, I will merge this PR to fix the benchmark compilation error. The Java failure can be separately fixed. |
@gpucibot merge |
This fixes a compilation error introduced in #9810. Tagging @devavret @vuule for review. Feel free to push to this PR with any fixes.