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 2020/01/27 18:32:25 UTC

[incubator-iceberg] branch master updated (cc9d996 -> c73b657)

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/incubator-iceberg.git.


    from cc9d996  Make the size of Hive client pool configurable (#756)
     add c73b657  Refactor FilteredManifest and ManifestGroup (#735)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/FilteredManifest.java  |  78 ++++++-------
 .../main/java/org/apache/iceberg/FindFiles.java    |   4 +-
 .../java/org/apache/iceberg/ManifestGroup.java     | 127 ++++++++-------------
 .../java/org/apache/iceberg/ManifestReader.java    |   4 +-
 .../main/java/org/apache/iceberg/ScanSummary.java  |   3 +-
 .../java/org/apache/iceberg/TestFindFiles.java     |  25 ++++
 6 files changed, 117 insertions(+), 124 deletions(-)