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/19 20:50:35 UTC

[iceberg] branch master updated (e6fa15f -> 6faed7e)

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 e6fa15f  Build: Enable zip64 to allow > 65535 files for JMH (#3145)
     add 6faed7e  Spark: Implement invalidateTable for SparkSessionCatalog (#3072)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/spark/SparkSessionCatalog.java  |  9 +++
 .../apache/iceberg/spark/sql/TestRefreshTable.java | 81 ++++++++++++++++++++++
 2 files changed, 90 insertions(+)
 create mode 100644 spark3/src/test/java/org/apache/iceberg/spark/sql/TestRefreshTable.java