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/03/30 16:28:09 UTC

[incubator-iceberg] branch master updated (3c36daa -> d0ea946)

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 3c36daa  Docs: fix inaccurate docs (#863)
     add d0ea946  Support configurable split size for metadata tables (#819)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/AllDataFilesTable.java |  4 +-
 .../java/org/apache/iceberg/AllEntriesTable.java   |  4 +-
 .../java/org/apache/iceberg/AllManifestsTable.java |  4 +-
 .../java/org/apache/iceberg/DataFilesTable.java    |  4 +-
 .../org/apache/iceberg/ManifestEntriesTable.java   |  4 +-
 .../java/org/apache/iceberg/StaticTableScan.java   |  5 +-
 .../java/org/apache/iceberg/TableProperties.java   |  3 +
 .../apache/iceberg/TestEntriesMetadataTable.java   | 69 +++++++++++++++
 .../java/org/apache/iceberg/TestSplitPlanning.java | 32 ++++++-
 .../spark/source/TestDataSourceOptions.java        | 99 ++++++++++++++++++++++
 10 files changed, 211 insertions(+), 17 deletions(-)