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 17:01:05 UTC

[iceberg] branch master updated (e0ff71d -> 68ed418)

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 e0ff71d  Spark 3.0: Add Spark UI metrics for merge into DynamicFileFilterExec (#3863)
     add 68ed418  Spark 3.1: Fix binary literals in pushdown filters (#3728)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/expressions/Literals.java | 14 ++++++++++++++
 .../src/main/java/org/apache/iceberg/spark/Spark3Util.java |  5 ++++-
 .../test/java/org/apache/iceberg/spark/SparkTestBase.java  |  6 +++++-
 .../test/java/org/apache/iceberg/spark/sql/TestSelect.java | 12 ++++++++++++
 4 files changed, 35 insertions(+), 2 deletions(-)