You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2021/11/23 02:01:00 UTC

[iceberg] branch master updated (53fc8a7 -> 7f10407)

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

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


    from 53fc8a7  Core: Fix javadoc for delete-file-threshold, improve test (#3567)
     add 7f10407  Spark: Catalog Alter Table should return the Altered Table(#3548)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/spark/SparkCatalog.java     |  3 +-
 .../iceberg/spark/TestSparkCatalogOperations.java  | 80 ++++++++++++++++++++++
 2 files changed, 81 insertions(+), 2 deletions(-)
 create mode 100644 spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/TestSparkCatalogOperations.java