This is an automated email from the ASF dual-hosted git repository.
aokolnychyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 370682527a Spark 3.3: Introduce a changelog iterator (#6344)
add e2bd4bb6c6 Spark 3.3: Discard filters that can be pushed down
completely (#6524)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/spark/Spark3Util.java | 4 +-
.../iceberg/spark/source/SparkScanBuilder.java | 58 ++-
.../datasources/SparkExpressionConverter.scala | 20 +-
.../org/apache/iceberg/spark/SparkTestBase.java | 11 +
.../iceberg/spark/sql/TestFilterPushDown.java | 556 +++++++++++++++++++++
5 files changed, 613 insertions(+), 36 deletions(-)
create mode 100644
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestFilterPushDown.java