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 2019/07/12 04:00:30 UTC

[spark] branch master updated (9eca58e -> 507b745)

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 9eca58e  [SPARK-28334][SQL][TEST] Port select.sql
     add 507b745  [SPARK-28139][SQL] Add v2 ALTER TABLE implementation.

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalog/v2/TableChange.java   |  19 +-
 .../spark/sql/catalog/v2/utils/CatalogV2Util.scala |  51 +-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  84 ++-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  54 ++
 .../spark/sql/catalyst/analysis/unresolved.scala   |   5 +-
 .../plans/logical/basicLogicalOperators.scala      |  37 +-
 .../org/apache/spark/sql/types/StructType.scala    |  48 +-
 .../{DropTableExec.scala => AlterTableExec.scala}  |  27 +-
 .../datasources/v2/DataSourceV2Strategy.scala      |   5 +-
 .../sql/sources/v2/DataSourceV2SQLSuite.scala      | 835 ++++++++++++++++++++-
 .../sql/sources/v2/TestInMemoryTableCatalog.scala  |   6 +
 11 files changed, 1126 insertions(+), 45 deletions(-)
 copy sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/{DropTableExec.scala => AlterTableExec.scala} (72%)


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