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/07 04:51:58 UTC

[spark] branch master updated (5ce321d -> aea78d2)

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 5ce321d  [SPARK-33017][PYTHON][DOCS][FOLLOW-UP] Add getCheckpointDir into API documentation
     add aea78d2  [SPARK-33034][SQL] Support ALTER TABLE in JDBC v2 Table Catalog: add, update type and nullability of columns (Oracle dialect)

No new revisions were added by this update.

Summary of changes:
 .../sql/jdbc/DockerJDBCIntegrationSuite.scala      |  15 +-
 .../spark/sql/jdbc/v2/OracleIntegrationSuite.scala | 152 +++++++++++++++++++++
 .../execution/datasources/v2/jdbc/JDBCTable.scala  |   1 -
 .../org/apache/spark/sql/jdbc/JdbcDialects.scala   |  25 +++-
 .../org/apache/spark/sql/jdbc/OracleDialect.scala  |  19 +++
 5 files changed, 200 insertions(+), 12 deletions(-)
 create mode 100644 external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/OracleIntegrationSuite.scala


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