You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Arrow Java code recommend to close allocator properly, but there are not a cross validation of this recommendation on the unit test implementation.
Enhancement requested:
Implement a global allocator to handle unreleased allocators properly as part of the unit test, or
Define a base class to deal with unreleased allocators properly as part of the unit test, or
Improve error handling for unreleased allocators properly as part of the unit test
Component(s)
Documentation, Java
The text was updated successfully, but these errors were encountered:
…ors (#37498)
### Rationale for this change
To close#37216
### What changes are included in this PR?
Documentation added to try to catch unreleased allocations.
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* Closes: #37216
Lead-authored-by: david dali susanibar arce <davi.sarces@gmail.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
…llocators (apache#37498)
### Rationale for this change
To closeapache#37216
### What changes are included in this PR?
Documentation added to try to catch unreleased allocations.
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* Closes: apache#37216
Lead-authored-by: david dali susanibar arce <davi.sarces@gmail.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…llocators (apache#37498)
### Rationale for this change
To closeapache#37216
### What changes are included in this PR?
Documentation added to try to catch unreleased allocations.
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* Closes: apache#37216
Lead-authored-by: david dali susanibar arce <davi.sarces@gmail.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Describe the enhancement requested
Current Arrow Java code recommend to close allocator properly, but there are not a cross validation of this recommendation on the unit test implementation.
Enhancement requested:
Component(s)
Documentation, Java
The text was updated successfully, but these errors were encountered: