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 4f2b82e Hive: Run StorageHandler tests in both MR and Tez (#1695)
add 552b767 Spark: Handle null literals in predicates (#1709)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iceberg/spark/SparkFilters.java | 36 ++++++++++----
.../iceberg/spark/TestSparkFilterConversion.java | 56 ++++++++++++++++++++++
.../org/apache/iceberg/spark/SparkFilters.java | 35 ++++++++++----
.../iceberg/spark/TestSparkFilterConversion.java | 56 ++++++++++++++++++++++
4 files changed, 166 insertions(+), 17 deletions(-)
create mode 100644
spark2/src/test/java/org/apache/iceberg/spark/TestSparkFilterConversion.java
create mode 100644
spark3/src/test/java/org/apache/iceberg/spark/TestSparkFilterConversion.java