-
Notifications
You must be signed in to change notification settings - Fork 902
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
Update JNI java CSV APIs to not use deprecated API #9066
Update JNI java CSV APIs to not use deprecated API #9066
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.
I marked this as a breaking change since it removes DType#getSimpleName
.
Good catch. That API was never supposed to be public, but I guess I missed it when it when it. |
Build failure looks like it is related to AST changes in #9045. I'll try to upmerge and see what happens. |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9066 +/- ##
===============================================
Coverage ? 10.71%
===============================================
Files ? 114
Lines ? 19097
Branches ? 0
===============================================
Hits ? 2046
Misses ? 17051
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
This fixes #9062