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 2020/07/16 13:04:48 UTC

[spark] branch master updated (db47c6e -> bdeb626)

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 db47c6e  [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API
     add bdeb626  [SPARK-32272][SQL] Add  SQL standard command SET TIME ZONE

No new revisions were added by this update.

Summary of changes:
 docs/_data/menu-sql.yaml                           |   2 +
 docs/sql-ref-ansi-compliance.md                    |   2 +
 docs/sql-ref-syntax-aux-conf-mgmt-set-timezone.md  |  67 ++++++++++
 docs/sql-ref-syntax-aux-conf-mgmt.md               |   1 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |   8 ++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  11 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    |   6 +-
 .../spark/sql/execution/SparkSqlParser.scala       |  39 +++++-
 .../test/resources/sql-tests/inputs/timezone.sql   |  15 +++
 .../resources/sql-tests/results/timezone.sql.out   | 135 +++++++++++++++++++++
 .../apache/spark/sql/internal/SQLConfSuite.scala   |  28 +++++
 11 files changed, 308 insertions(+), 6 deletions(-)
 create mode 100644 docs/sql-ref-syntax-aux-conf-mgmt-set-timezone.md
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/timezone.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/results/timezone.sql.out


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