-
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
Support Java bindings for Avro reader #10373
Support Java bindings for Avro reader #10373
Conversation
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Can one of the admins verify this patch? |
@@ -1020,6 +1031,85 @@ public static Table readParquet(ParquetOptions opts, HostMemoryBuffer buffer, | |||
null, buffer.getAddress() + offset, len, opts.timeUnit().typeId.getNativeId())); | |||
} | |||
|
|||
|
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.
please delete redundant blank line
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.
Done
null, buffer.getAddress() + offset, len)); | ||
} | ||
|
||
|
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.
please delete redundant blank line
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.
Done
LGTM |
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
rerun tests |
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
LGTM |
rerun tests |
ok to test |
Thank you very much ! |
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10373 +/- ##
================================================
- Coverage 10.63% 8.98% -1.65%
================================================
Files 122 126 +4
Lines 20953 24786 +3833
================================================
Hits 2228 2228
- Misses 18725 22558 +3833
Continue to review full report at Codecov.
|
rerun tests |
@gpucibot merge |
In this PR, we add Avro reader JNI and some reader options in cudf java.
Re NVIDIA/spark-rapids#4831