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/13 10:55:43 UTC

[spark] branch master updated (01ddaf3 -> 8e92ef8)

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 01ddaf3  [SPARK-36119][SQL] Add new SQL function to_timestamp_ltz
     add 8e92ef8  [SPARK-35749][SPARK-35773][SQL] Parse unit list interval literals as tightest year-month/day-time interval types

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   4 +-
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |   2 +-
 .../catalyst/expressions/datetimeExpressions.scala |   4 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  40 +-
 .../spark/sql/errors/QueryParsingErrors.scala      |   4 +
 .../catalyst/parser/ExpressionParserSuite.scala    | 115 ++++--
 .../src/test/resources/sql-tests/inputs/cast.sql   |   4 +
 .../test/resources/sql-tests/inputs/extract.sql    |  82 +++--
 .../test/resources/sql-tests/inputs/interval.sql   |  55 ++-
 .../sql-tests/results/ansi/datetime.sql.out        |  24 +-
 .../sql-tests/results/ansi/interval.sql.out        | 387 ++++++++++++++++++--
 .../test/resources/sql-tests/results/cast.sql.out  |  44 ++-
 .../sql-tests/results/datetime-legacy.sql.out      |  24 +-
 .../resources/sql-tests/results/datetime.sql.out   |  24 +-
 .../resources/sql-tests/results/extract.sql.out    | 187 +++++-----
 .../resources/sql-tests/results/interval.sql.out   | 401 ++++++++++++++++++---
 .../results/timestampNTZ/datetime.sql.out          |  24 +-
 .../typeCoercion/native/dateTimeOperations.sql.out |  78 ++--
 .../sql-tests/results/udf/udf-window.sql.out       |   2 +-
 .../resources/sql-tests/results/window.sql.out     |   4 +-
 .../approved-plans-v1_4/q72.sf100/explain.txt      |   2 +-
 .../approved-plans-v1_4/q72/explain.txt            |   2 +-
 .../approved-plans-v2_7/q72.sf100/explain.txt      |   2 +-
 .../approved-plans-v2_7/q72/explain.txt            |   2 +-
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala | 146 +++++++-
 .../sql/connector/DataSourceV2DataFrameSuite.scala |  31 +-
 .../thriftserver/HiveThriftServer2Suites.scala     |  31 +-
 .../thriftserver/SparkMetadataOperationSuite.scala |   2 +
 .../SparkThriftServerProtocolVersionsSuite.scala   |  24 +-
 29 files changed, 1371 insertions(+), 380 deletions(-)

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