You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/09/20 17:18:53 UTC

[iceberg] branch master updated (9985297 -> e5f55c3)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.


    from 9985297  Core: Enhance weightFunc of bin-packing to adapt to V2Format (#3073)
     add e5f55c3  Arrow: Add BaseBatchReader and reduce code duplication (#3123)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/arrow/vectorized/ArrowBatchReader.java | 51 +--------------------
 ...{ArrowBatchReader.java => BaseBatchReader.java} | 46 ++++++-------------
 .../spark/data/vectorized/ColumnarBatchReader.java | 53 ++--------------------
 3 files changed, 18 insertions(+), 132 deletions(-)
 copy arrow/src/main/java/org/apache/iceberg/arrow/vectorized/{ArrowBatchReader.java => BaseBatchReader.java} (59%)