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/10/06 21:31:49 UTC

[iceberg] branch master updated (dc661d4 -> 8315781)

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 dc661d4  BaseMetastoreTableOperations shouldn't disable refresh upon NoSuchTableException. Otherwise it might cause unfriendly NPE for callers that don't check null return value from current() method. (#1553)
     add 8315781  Spark3: Refresh state in SparkTable for all scans when not caching (#1545)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/spark/source/TestSparkDataWrite.java   | 51 ++++++++++++++++++++++
 .../org/apache/iceberg/spark/SparkCatalog.java     | 11 +++--
 .../apache/iceberg/spark/source/IcebergSource.java |  3 +-
 .../apache/iceberg/spark/source/SparkTable.java    | 12 +++--
 .../iceberg/spark/source/StagedSparkTable.java     |  2 +-
 .../iceberg/spark/sql/TestPartitionedWrites.java   | 18 ++++++++
 6 files changed, 88 insertions(+), 9 deletions(-)