This is an automated email from the ASF dual-hosted git repository.

lixiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from d0c3e9f  [SPARK-30660][ML][PYSPARK] LinearRegression blockify input 
vectors
     add 8eecc20  [SPARK-27946][SQL] Hive DDL to Spark DDL conversion USING 
"show create table"

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   2 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |   2 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |   2 +-
 .../sql/catalyst/plans/logical/statements.scala    |   4 +-
 .../catalyst/analysis/ResolveSessionCatalog.scala  |   6 +-
 .../spark/sql/execution/command/tables.scala       | 285 ++++++++++++------
 .../org/apache/spark/sql/internal/HiveSerDe.scala  |  16 +
 .../sql-tests/inputs/show-create-table.sql         |  11 +-
 .../sql-tests/results/show-create-table.sql.out    |  34 ++-
 .../apache/spark/sql/ShowCreateTableSuite.scala    |  16 +-
 .../spark/sql/hive/HiveShowCreateTableSuite.scala  | 327 ++++++++++++++++++++-
 11 files changed, 581 insertions(+), 124 deletions(-)


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

Reply via email to