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/11/30 05:27:24 UTC

[spark] branch master updated (4851453 -> 2da7259)

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 4851453  [MINOR] Spelling bin core docs external mllib repl
     add 2da7259  [SPARK-32976][SQL] Support column list in INSERT statement

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |   4 +-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  52 ++++-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |   2 +-
 .../apache/spark/sql/catalyst/dsl/package.scala    |   2 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  20 +-
 .../sql/catalyst/plans/logical/statements.scala    |   2 +
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  66 ++++++
 .../sql/catalyst/parser/PlanParserSuite.scala      |   4 +-
 .../org/apache/spark/sql/DataFrameWriter.scala     |   1 +
 .../execution/datasources/DataSourceStrategy.scala |  10 +-
 .../datasources/FallBackFileSourceV2.scala         |   4 +-
 .../spark/sql/execution/datasources/rules.scala    |   6 +-
 .../org/apache/spark/sql/SQLInsertTestSuite.scala  | 221 +++++++++++++++++++++
 .../execution/command/PlanResolutionSuite.scala    |   2 +-
 .../org/apache/spark/sql/hive/HiveStrategies.scala |   9 +-
 ...erySuite.scala => HiveSQLInsertTestSuite.scala} |   8 +-
 16 files changed, 375 insertions(+), 38 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/SQLInsertTestSuite.scala
 copy sql/hive/src/test/scala/org/apache/spark/sql/hive/{orc/HiveOrcPartitionDiscoverySuite.scala => HiveSQLInsertTestSuite.scala} (77%)


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