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/04/19 13:02:07 UTC

[spark] branch master updated (8dc455b -> 1d1ed3e)

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 8dc455b  [SPARK-34837][SQL] Support ANSI SQL intervals by the aggregate function `avg`
     add 1d1ed3e  [SPARK-35107][SQL] Parse unit-to-unit interval literals to ANSI intervals

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   2 +
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  23 ++++-
 .../catalyst/parser/ExpressionParserSuite.scala    |  60 ++++++------
 .../test/resources/sql-tests/inputs/interval.sql   |   2 +
 .../sql-tests/results/ansi/interval.sql.out        | 107 ++++++++++++---------
 .../resources/sql-tests/results/interval.sql.out   | 106 +++++++++++---------
 .../results/postgreSQL/create_view.sql.out         |  28 +++---
 .../sql-tests/results/postgreSQL/date.sql.out      |  90 ++++++++---------
 .../sql-tests/results/postgreSQL/timestamp.sql.out |  24 ++---
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   |   1 +
 .../thriftserver/ThriftServerQueryTestSuite.scala  |   5 +-
 11 files changed, 254 insertions(+), 194 deletions(-)

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