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/07/14 07:39:37 UTC

[spark] branch master updated (fd06cc2 -> b4f7758)

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 fd06cc2  [SPARK-36129][BUILD] Upgrade commons-compress to 1.21 to deal with CVEs
     add b4f7758  [SPARK-36037][SQL] Support ANSI SQL LOCALTIMESTAMP datetime value function

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   1 +
 .../analysis/UnsupportedOperationChecker.scala     |   4 +-
 .../catalyst/expressions/datetimeExpressions.scala |  42 ++++++++-
 .../sql/catalyst/optimizer/finishAnalysis.scala    |  10 +-
 .../expressions/DateExpressionsSuite.scala         |   9 ++
 .../optimizer/ComputeCurrentTimeSuite.scala        |  25 ++++-
 .../execution/streaming/MicroBatchExecution.scala  |   5 +-
 .../streaming/continuous/ContinuousExecution.scala |   8 +-
 .../scala/org/apache/spark/sql/functions.scala     |  10 ++
 .../sql-functions/sql-expression-schema.md         |   3 +-
 .../test/resources/sql-tests/inputs/datetime.sql   |   1 +
 .../sql-tests/results/ansi/datetime.sql.out        |  10 +-
 .../sql-tests/results/datetime-legacy.sql.out      |  10 +-
 .../resources/sql-tests/results/datetime.sql.out   |  10 +-
 .../results/timestampNTZ/datetime.sql.out          |  10 +-
 .../sql/expressions/ExpressionInfoSuite.scala      |   1 +
 .../sql/streaming/StreamingAggregationSuite.scala  | 102 +++++++++++----------
 17 files changed, 196 insertions(+), 65 deletions(-)

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