You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2020/02/17 18:11:40 UTC

[incubator-iceberg] branch master updated (243d22d -> ad925bd)

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

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


    from 243d22d  Support input_file_name() in Spark. (#804)
     add ad925bd  Fix metadata tables that use manifestListLocation (#803)

No new revisions were added by this update.

Summary of changes:
 core/src/main/java/org/apache/iceberg/DataFilesTable.java    | 12 +-----------
 core/src/main/java/org/apache/iceberg/HistoryTable.java      |  7 +++++++
 .../main/java/org/apache/iceberg/ManifestEntriesTable.java   | 12 +-----------
 core/src/main/java/org/apache/iceberg/ManifestsTable.java    |  3 ++-
 core/src/main/java/org/apache/iceberg/SnapshotsTable.java    |  7 +++++++
 5 files changed, 18 insertions(+), 23 deletions(-)