You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/12/12 19:17:44 UTC

[arrow] branch master updated (6f86fce8f1 -> c7eddff959)

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(-)