This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6f86fce8f1 MINOR: [Java] ArrowBuf#setOne should have int64 params
(#14911)
add c7eddff959 GH-14909: [Java] Prevent potential memory leak of
ListSubfieldEncoder and StructSubfieldEncoder (#14910)
No new revisions were added by this update.
Summary of changes:
.../arrow/vector/dictionary/DictionaryEncoder.java | 5 +-
.../vector/dictionary/ListSubfieldEncoder.java | 59 ++++++----
.../vector/dictionary/StructSubfieldEncoder.java | 95 +++++++++-------
.../apache/arrow/vector/TestDictionaryVector.java | 126 +++++++++++++++++++++
4 files changed, 217 insertions(+), 68 deletions(-)