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 fc80a5b  [SPARK-34307][SQL] TakeOrderedAndProjectExec avoid shuffle if 
input rdd has single partition
     add a1d4bb3  [SPARK-34313][SQL] Migrate ALTER TABLE SET/UNSET 
TBLPROPERTIES commands to use UnresolvedTable to resolve the identifier

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/ResolveCatalogs.scala    | 13 -------
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 18 ++++++---
 .../sql/catalyst/plans/logical/statements.scala    | 15 --------
 .../sql/catalyst/plans/logical/v2Commands.scala    | 19 +++++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 18 ++++++---
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 25 ++----------
 .../apache/spark/sql/execution/command/ddl.scala   |  2 -
 .../datasources/v2/DataSourceV2Strategy.scala      | 11 ++++++
 .../apache/spark/sql/execution/SQLViewSuite.scala  |  6 +++
 .../execution/command/PlanResolutionSuite.scala    | 45 +++++++++-------------
 .../spark/sql/hive/execution/HiveDDLSuite.scala    | 10 ++++-
 11 files changed, 91 insertions(+), 91 deletions(-)


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

Reply via email to