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 6bd5494 [SPARK-30403][SQL] fix the NoSuchElementException when enable AQE with InSubquery expression add 1743d5b [SPARK-30284][SQL] CREATE VIEW should keep the current catalog and namespace No new revisions were added by this update. Summary of changes: .../spark/sql/catalyst/analysis/Analyzer.scala | 148 ++++++++------------- .../sql/catalyst/catalog/SessionCatalog.scala | 7 + .../spark/sql/catalyst/catalog/interface.scala | 48 ++++++- .../sql/connector/catalog/CatalogManager.scala | 9 ++ .../catalyst/catalog/ExternalCatalogSuite.scala | 9 +- .../sql/catalyst/catalog/SessionCatalogSuite.scala | 27 +++- .../apache/spark/sql/execution/command/views.scala | 36 ++--- .../resources/sql-tests/results/describe.sql.out | 8 +- .../results/postgreSQL/create_view.sql.out | 82 ++++++------ .../spark/sql/connector/DataSourceV2SQLSuite.scala | 30 +++++ .../apache/spark/sql/execution/SQLViewSuite.scala | 4 +- .../sql/execution/command/DDLParserSuite.scala | 8 +- .../execution/command/PlanResolutionSuite.scala | 2 +- .../spark/sql/hive/execution/HiveDDLSuite.scala | 8 +- 14 files changed, 248 insertions(+), 178 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org