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 f94247e  [SPARK-27770][SQL][PART 1] Port AGGREGATES.sql
     add 6b28497  [SPARK-27732][SQL] Add v2 CreateTable implementation.

No new revisions were added by this update.

Summary of changes:
 .../plans/logical/basicLogicalOperators.scala      |  11 +++
 .../datasources/DataSourceResolution.scala         |  86 ++++++++++++-----
 .../execution/datasources/v2/CreateTableExec.scala |  56 +++++++++++
 .../datasources/v2/DataSourceV2Strategy.scala      |   5 +-
 .../execution/command/PlanResolutionSuite.scala    |  81 +++++++++++++++-
 .../sql/sources/v2/DataSourceV2SQLSuite.scala      | 104 +++++++++++++++++++++
 6 files changed, 315 insertions(+), 28 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/CreateTableExec.scala


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

Reply via email to