You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2021/04/27 13:07:23 UTC

[spark] branch master updated (4ff9f1f -> 16d223e)

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

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


    from 4ff9f1f  [SPARK-35239][SQL] Coalesce shuffle partition should handle empty input RDD
     add 16d223e  [SPARK-35091][SPARK-35090][SQL] Support extract from ANSI Intervals

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/datetimeExpressions.scala |  26 ++-
 .../catalyst/expressions/intervalExpressions.scala | 104 +++++++---
 .../spark/sql/catalyst/optimizer/expressions.scala |   2 +-
 .../spark/sql/catalyst/util/IntervalUtils.scala    |  34 +--
 .../expressions/IntervalExpressionsSuite.scala     |  56 ++++-
 .../test/resources/sql-tests/inputs/extract.sql    |  31 +++
 .../resources/sql-tests/results/extract.sql.out    | 227 ++++++++++++++++++++-
 7 files changed, 410 insertions(+), 70 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org