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

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


    from 40b239c  [SPARK-37326][SQL][FOLLOWUP] Fix the test for Java 11
     add f97de30  [SPARK-37496][SQL] Migrate ReplaceTableAsSelectStatement to 
v2 command

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/ResolveCatalogs.scala    | 12 --------
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 11 ++++---
 .../sql/catalyst/plans/logical/statements.scala    | 23 ---------------
 .../sql/catalyst/plans/logical/v2Commands.scala    | 27 ++++++++++-------
 .../sql/connector/catalog/CatalogV2Util.scala      | 10 ++++---
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 22 +++++++-------
 .../org/apache/spark/sql/DataFrameWriter.scala     | 31 +++++++++++---------
 .../org/apache/spark/sql/DataFrameWriterV2.scala   | 34 ++++++++++++----------
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 27 +++++++----------
 .../execution/datasources/v2/CreateTableExec.scala |  8 +----
 .../datasources/v2/DataSourceV2Strategy.scala      | 14 ++++-----
 .../datasources/v2/WriteToDataSourceV2Exec.scala   | 12 +++++---
 .../connector/V2CommandsCaseSensitivitySuite.scala | 18 +++++++-----
 13 files changed, 112 insertions(+), 137 deletions(-)

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

Reply via email to