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 2019/11/02 13:37:10 UTC

[spark] branch master updated (28ccd31 -> 31ae446)

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 28ccd31  [SPARK-29611][WEBUI] Sort Kafka metadata by the number of messages
     add 31ae446  [SPARK-29623][SQL] do not allow multiple unit TO unit statements in interval literal syntax

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   6 +-
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  22 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 150 ++++++-----
 .../catalyst/parser/ExpressionParserSuite.scala    |   7 +-
 .../test/resources/sql-tests/inputs/literals.sql   |  23 ++
 .../resources/sql-tests/results/literals.sql.out   | 278 ++++++++++++++++++++-
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |  11 -
 7 files changed, 406 insertions(+), 91 deletions(-)


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