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/01/12 23:42:54 UTC

[iceberg] branch master updated (b01506b -> b379256)

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 b01506b  Spark 3.1: Add Spark UI metrics for merge into DynamicFileFilterExec (#3882)
     add b379256  Spark 3.2: Push down partition filter when importing file tables (#3745)

No new revisions were added by this update.

Summary of changes:
 .../spark/extensions/TestAddFilesProcedure.java    | 48 +++++++++++++++
 .../java/org/apache/iceberg/spark/Spark3Util.java  | 29 ++++++++-
 .../java/org/apache/iceberg/spark/SparkUtil.java   | 71 ++++++++++++++++++++++
 .../spark/procedures/AddFilesProcedure.java        | 11 ++--
 4 files changed, 149 insertions(+), 10 deletions(-)