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

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


    from 2afa52d  [SPARK-37179][SQL] ANSI mode: Add a config to allow casting 
between Datetime and Numeric
     add 9babf9a  [SPARK-37200][SQL] Support drop index for Data Source V2

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/jdbc/v2/MySQLIntegrationSuite.scala  | 21 +++++++++++++++--
 .../org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala  |  4 ++--
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  1 +
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 15 +++++++++++++
 .../sql/catalyst/plans/logical/v2Commands.scala    | 12 ++++++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  8 +++++++
 .../datasources/v2/DataSourceV2Strategy.scala      |  8 +++++++
 .../{AlterTableExec.scala => DropIndexExec.scala}  | 26 ++++++++++------------
 .../execution/datasources/v2/jdbc/JDBCTable.scala  |  4 ++--
 .../spark/sql/hive/execution/HiveQuerySuite.scala  |  5 +----
 10 files changed, 80 insertions(+), 24 deletions(-)
 copy 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/{AlterTableExec.scala
 => DropIndexExec.scala} (70%)

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

Reply via email to