-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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-43996: [Java] Mark new allocated ArrowSchema as released #43997
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.
Could we add a unit test?
Sure. I was looking for an existing test file to add test for it, but didn't find one for ArrowArray/ArrowSchema. I will find one or create a new one instead. Thank you. |
java/c/src/test/java/org/apache/arrow/c/ArrowArrayUtilityTest.java
Outdated
Show resolved
Hide resolved
2a68db2
to
82d0f49
Compare
Compilation issue?
|
82d0f49
to
85e729d
Compare
85e729d
to
d3df8e9
Compare
Yea, fixed it now. I cannot run the test locally so previous commits have some issues. |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit fed5fcb. There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. It also includes information about 115 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Thanks @lidavidm |
…ache#43997) ### Rationale for this change As described in apache#43996. ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * GitHub Issue: apache#43996 Authored-by: Liang-Chi Hsieh <[email protected]> Signed-off-by: David Li <[email protected]>
…ache#43997) ### Rationale for this change As described in apache#43996. ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * GitHub Issue: apache#43996 Authored-by: Liang-Chi Hsieh <[email protected]> Signed-off-by: David Li <[email protected]>
Rationale for this change
As described in #43996.
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?