-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-37910: [Java][Integration] Implement C Data Interface integration testing #38248
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.
LGTM, just some nits
java/vector/src/main/java/org/apache/arrow/vector/ipc/JsonFileReader.java
Show resolved
Hide resolved
java/vector/src/main/java/org/apache/arrow/vector/dictionary/DictionaryProvider.java
Show resolved
Hide resolved
db393ef
to
94505c6
Compare
I'm gonna wait for #38314 to be merged and will then rebase this PR. |
54cee6c
to
1b9f547
Compare
# Note: no need to call the Go GC anywhere thanks to Arrow Go's | ||
# explicit refcounting. |
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.
@zeroshade Your changes did the trick!
I'm going to merge now. |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit ea936e3. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…ation testing (apache#38248) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#37910 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
…ation testing (apache#38248) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#37910 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
…ation testing (apache#38248) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#37910 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?