-
Notifications
You must be signed in to change notification settings - Fork 915
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
Make SerializedTableHeader(numRows) public #10949
Make SerializedTableHeader(numRows) public #10949
Conversation
to be usable in different packages of spark-rapids Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10949 +/- ##
================================================
+ Coverage 86.30% 86.32% +0.02%
================================================
Files 144 144
Lines 22665 22668 +3
================================================
+ Hits 19560 19569 +9
+ Misses 3105 3099 -6
Continue to review full report at Codecov.
|
@gpucibot merge |
Don't use ai.rapidsai.cudf package for spark-rapids Scala classes. Otherwise it is going to be loaded by conventional classloader and fail to load referenced classes out of the shimmed areas. - Move the class - add a smoking test to prevent this sort of regressions in premerge Closes #5513. Depends on rapidsai/cudf#10949 Signed-off-by: Gera Shegalov <[email protected]>
to be usable in different packages of spark-rapids to address
NVIDIA/spark-rapids#5513
Signed-off-by: Gera Shegalov [email protected]