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/13 13:08:31 UTC

[spark] branch master updated (feee8da -> af3e2f7)

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 feee8da  [SPARK-32858][SQL] UnwrapCastInBinaryComparison: support other numeric types
     add af3e2f7  [SPARK-33081][SQL] Support ALTER TABLE in JDBC v2 Table Catalog: update type and nullability of columns (DB2 dialect)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/jdbc/v2/DB2IntegrationSuite.scala    | 76 +++++++++++++++++
 .../spark/sql/jdbc/v2/OracleIntegrationSuite.scala | 92 ++++----------------
 .../org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala  | 98 ++++++++++++++++++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  7 ++
 .../org/apache/spark/sql/jdbc/DB2Dialect.scala     | 20 +++++
 5 files changed, 216 insertions(+), 77 deletions(-)
 create mode 100644 external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/DB2IntegrationSuite.scala
 create mode 100644 external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala


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