You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2022/12/01 19:05:50 UTC

[iceberg] branch master updated (af0f35258b -> 09fdbda9e6)

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 af0f35258b Python: Add warning on projection by name (#6334)
     add 09fdbda9e6 Spark 3.3: Add hours transform function (#6339)

No new revisions were added by this update.

Summary of changes:
 .../{YearsFunction.java => HoursFunction.java}     | 66 +++++-------------
 .../iceberg/spark/functions/SparkFunctions.java    |  1 +
 .../iceberg/spark/sql/TestSparkHoursFunction.java  | 81 ++++++++++++++++++++++
 3 files changed, 101 insertions(+), 47 deletions(-)
 copy spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/functions/{YearsFunction.java => HoursFunction.java} (57%)
 create mode 100644 spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestSparkHoursFunction.java