You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/11/29 15:35:57 UTC

[iceberg] branch master updated (66fd615cd4 -> ac5f6a0034)

This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 66fd615cd4 Python: Produce constants when binding produces AboveMax or BelowMin (#6256)
     add ac5f6a0034 Spark 3.3: Add days transform function (#6300)

No new revisions were added by this update.

Summary of changes:
 .../{MonthsFunction.java => DaysFunction.java}     | 35 ++++----
 .../iceberg/spark/functions/SparkFunctions.java    |  1 +
 .../iceberg/spark/sql/TestSparkDaysFunction.java   | 99 ++++++++++++++++++++++
 3 files changed, 118 insertions(+), 17 deletions(-)
 copy spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/functions/{MonthsFunction.java => DaysFunction.java} (74%)
 create mode 100644 spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestSparkDaysFunction.java