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 2022/11/17 01:38:10 UTC

[spark] branch master updated (b627597c6d2 -> 3b4faaf89ec)

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 b627597c6d2 [SPARK-41118][SQL] `to_number`/`try_to_number` should return `null` when format is `null`
     add 3b4faaf89ec [SPARK-41090][SQL] Throw Exception for `db_name.view_name` when creating temp view by Dataset API

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json        | 10 +++++-----
 .../apache/spark/sql/errors/QueryParsingErrors.scala    |  6 +++---
 .../scala/org/apache/spark/sql/internal/SQLConf.scala   | 13 +++++++++++++
 .../src/main/scala/org/apache/spark/sql/Dataset.scala   | 17 ++++++++++++-----
 .../org/apache/spark/sql/execution/SparkSqlParser.scala |  2 +-
 .../test/scala/org/apache/spark/sql/DatasetSuite.scala  | 16 ++++++++++++++++
 .../org/apache/spark/sql/execution/SQLViewSuite.scala   |  3 ++-
 .../spark/sql/execution/command/DDLParserSuite.scala    |  4 ++--
 8 files changed, 54 insertions(+), 17 deletions(-)


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