You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/10/07 06:36:06 UTC

[spark] branch master updated (aea78d2 -> 7e99fcd)

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 aea78d2  [SPARK-33034][SQL] Support ALTER TABLE in JDBC v2 Table Catalog: add, update type and nullability of columns (Oracle dialect)
     add 7e99fcd  [SPARK-33004][SQL] Migrate DESCRIBE column to use UnresolvedTableOrView to resolve the identifier

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/ResolveCatalogs.scala    |  4 ----
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  6 ++---
 ...bleSchema.scala => DescribeCommandSchema.scala} | 10 ++++++--
 .../sql/catalyst/plans/logical/statements.scala    |  8 -------
 .../sql/catalyst/plans/logical/v2Commands.scala    | 15 ++++++++++--
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 28 +++++++++++-----------
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 12 ++++++----
 .../spark/sql/execution/command/tables.scala       | 13 +++-------
 .../datasources/v2/DataSourceV2Strategy.scala      |  3 +++
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   |  2 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 24 +++++++++++++++++++
 .../sql/hive/execution/HiveComparisonTest.scala    |  2 +-
 12 files changed, 78 insertions(+), 49 deletions(-)
 rename sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/{DescribeTableSchema.scala => DescribeCommandSchema.scala} (74%)


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