You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/11/14 21:45:06 UTC

[spark] branch master updated (34a9a77 -> 156704b)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 34a9a77  [SPARK-33396][SQL] Spark SQL CLI prints appliction id when process file
     add 156704b  [SPARK-33432][SQL] SQL parser should use active SQLConf

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/catalog/SessionCatalog.scala      |   2 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |   4 +-
 .../spark/sql/catalyst/parser/ParseDriver.scala    |  12 +-
 .../sql/connector/catalog/CatalogV2Implicits.scala |   5 +-
 .../sql/connector/expressions/expressions.scala    |   7 +-
 .../catalyst/parser/ExpressionParserSuite.scala    | 187 +++++++++++----------
 .../spark/sql/execution/SparkSqlParser.scala       |   8 +-
 .../scala/org/apache/spark/sql/functions.scala     |   2 +-
 .../sql/internal/BaseSessionStateBuilder.scala     |   2 +-
 .../spark/sql/internal/VariableSubstitution.scala  |   4 +-
 .../sql-tests/inputs/ansi/parse-schema-string.sql  |   1 +
 .../test/resources/sql-tests/inputs/datetime.sql   |   8 +-
 .../sql-tests/inputs/parse-schema-string.sql       |   5 +
 .../sql-tests/results/ansi/datetime.sql.out        |   8 +-
 .../results/ansi/parse-schema-string.sql.out       |  62 +++++++
 .../sql-tests/results/datetime-legacy.sql.out      |  24 +--
 .../resources/sql-tests/results/datetime.sql.out   |   8 +-
 .../sql-tests/results/parse-schema-string.sql.out  |  34 ++++
 .../spark/sql/execution/SparkSqlParserSuite.scala  |   5 +-
 .../sql/execution/command/DDLParserSuite.scala     |   8 +-
 .../sql/internal/VariableSubstitutionSuite.scala   |  31 ++--
 .../SparkExecuteStatementOperation.scala           |   4 +-
 .../sql/hive/thriftserver/SparkSQLDriver.scala     |   6 +-
 23 files changed, 267 insertions(+), 170 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/ansi/parse-schema-string.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/parse-schema-string.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/results/ansi/parse-schema-string.sql.out
 create mode 100644 sql/core/src/test/resources/sql-tests/results/parse-schema-string.sql.out


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