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 df7447b  [SPARK-37712][YARN] Spark request yarn cluster metrics slow 
cause delay
     add 2c825d1  [SPARK-37878][SQL] Migrate SHOW CREATE TABLE to use v2 
command by default

No new revisions were added by this update.

Summary of changes:
 .../sql/connector/catalog/CatalogV2Implicits.scala | 12 ++++++
 .../spark/sql/connector/catalog/V1Table.scala      | 18 ++-------
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 17 ++++++---
 .../spark/sql/execution/command/tables.scala       |  7 ++--
 .../datasources/v2/ShowCreateTableExec.scala       | 44 +++++++++++++++++-----
 .../sql-tests/results/charvarchar.sql.out          |  8 ++--
 .../sql-tests/results/show-create-table.sql.out    | 30 +++++++--------
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  1 +
 .../spark/sql/execution/SQLViewTestSuite.scala     |  8 ++--
 .../command/v1/ShowCreateTableSuite.scala          | 33 +++++++++++++++-
 .../command/v2/ShowCreateTableSuite.scala          |  4 +-
 11 files changed, 126 insertions(+), 56 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to