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 2021/07/17 09:24:10 UTC

[spark] branch master updated (8009f0d -> 71ea25d)

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 8009f0d  [SPARK-35785][SS][FOLLOWUP] Remove ignored test from RocksDBSuite
     add 71ea25d  [SPARK-36170][SQL] Change quoted interval literal (interval constructor) to be converted to ANSI interval types

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  77 ++++++++------
 .../spark/sql/errors/QueryParsingErrors.scala      |   2 +-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  11 +-
 .../catalyst/parser/ExpressionParserSuite.scala    |  42 +++++---
 .../test/resources/sql-tests/inputs/interval.sql   |   7 +-
 .../sql-tests/results/ansi/interval.sql.out        |  90 ++++++++++-------
 .../sql-tests/results/ansi/literals.sql.out        |   4 +-
 .../resources/sql-tests/results/interval.sql.out   | 112 +++++++++++++--------
 .../resources/sql-tests/results/literals.sql.out   |   4 +-
 .../sql-tests/results/misc-functions.sql.out       |   4 +-
 .../org/apache/spark/sql/DateFunctionsSuite.scala  |  70 +++++++++++--
 11 files changed, 284 insertions(+), 139 deletions(-)

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