You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2022/03/11 07:51:40 UTC

[spark] branch master updated (aec70e8 -> 2e3ac4f)

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

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


    from aec70e8  [SPARK-38511][K8S] Remove `priorityClassName` propagation in favor of explicit settings
     add 2e3ac4f  [SPARK-38509][SQL] Unregister the `TIMESTAMPADD/DIFF` functions and remove `DATE_ADD/DIFF`

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |  2 -
 .../spark/sql/catalyst/parser/SqlBaseLexer.g4      |  2 -
 .../spark/sql/catalyst/parser/SqlBaseParser.g4     |  8 +--
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  2 -
 .../catalyst/expressions/datetimeExpressions.scala | 68 ++++++++----------
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 12 +---
 .../expressions/DateExpressionsSuite.scala         | 36 ++++------
 .../sql-functions/sql-expression-schema.md         | 10 ++-
 .../src/test/resources/sql-tests/inputs/date.sql   | 20 +++---
 .../resources/sql-tests/inputs/timestamp-ntz.sql   |  4 +-
 .../test/resources/sql-tests/inputs/timestamp.sql  |  8 +--
 .../resources/sql-tests/results/ansi/date.sql.out  | 60 ++++++++--------
 .../sql-tests/results/ansi/timestamp.sql.out       | 24 +++----
 .../test/resources/sql-tests/results/date.sql.out  | 60 ++++++++--------
 .../sql-tests/results/datetime-legacy.sql.out      | 84 +++++++++++-----------
 .../sql-tests/results/timestamp-ntz.sql.out        | 12 ++--
 .../resources/sql-tests/results/timestamp.sql.out  | 24 +++----
 .../results/timestampNTZ/timestamp-ansi.sql.out    | 24 +++----
 .../results/timestampNTZ/timestamp.sql.out         | 24 +++----
 .../sql/errors/QueryExecutionErrorsSuite.scala     |  4 +-
 20 files changed, 224 insertions(+), 264 deletions(-)

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