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 9270238 [SPARK-34355][SQL] Add log and time cost for commit job add 2c243c9 [SPARK-34157][SQL] Unify output of SHOW TABLES and pass output attributes properly No new revisions were added by this update. Summary of changes: docs/sql-migration-guide.md | 4 ++ python/pyspark/sql/context.py | 2 +- .../spark/sql/catalyst/analysis/Analyzer.scala | 4 +- .../sql/catalyst/plans/logical/v2Commands.scala | 17 +++++--- .../scala/org/apache/spark/sql/SQLContext.scala | 7 ++-- .../catalyst/analysis/ResolveSessionCatalog.scala | 26 ++++++++---- .../spark/sql/execution/command/tables.scala | 14 +------ .../datasources/v2/DataSourceV2Strategy.scala | 4 +- .../execution/datasources/v2/ShowTablesExec.scala | 2 +- .../execution/datasources/v2/V2CommandExec.scala | 4 +- .../sql-tests/results/show-tables.sql.out | 16 ++++---- .../org/apache/spark/sql/SQLContextSuite.scala | 2 +- .../spark/sql/connector/DataSourceV2SQLSuite.scala | 4 +- .../execution/command/ShowTablesSuiteBase.scala | 32 ++++++--------- .../sql/execution/command/v1/ShowTablesSuite.scala | 46 +++++++++++++--------- .../sql/execution/command/v2/ShowTablesSuite.scala | 15 +------ .../v2/jdbc/JDBCTableCatalogSuite.scala | 13 +++--- .../org/apache/spark/sql/jdbc/JDBCV2Suite.scala | 2 +- 18 files changed, 108 insertions(+), 106 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org