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 2022/08/01 18:43:16 UTC

[iceberg] branch master updated (aae6155956 -> aaa67d0797)

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 aae6155956 AWS: Call abortUpload only once when any of the completable future fails (#5366)
     add aaa67d0797 Spark: Implement FunctionCatalog (#5377)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/spark/BaseCatalog.java |  49 +++++++-
 .../apache/iceberg/spark/SparkSessionCatalog.java  |  12 --
 .../spark/functions/IcebergVersionFunction.java    |  96 ++++++++++++++
 .../iceberg/spark/functions/SparkFunctions.java    |  50 ++++++++
 .../apache/iceberg/spark/TestFunctionCatalog.java  | 140 +++++++++++++++++++++
 5 files changed, 333 insertions(+), 14 deletions(-)
 create mode 100644 spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/functions/IcebergVersionFunction.java
 create mode 100644 spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/functions/SparkFunctions.java
 create mode 100644 spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/TestFunctionCatalog.java