You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2021/02/10 03:29:03 UTC

[spark] branch master updated (e6753c9 -> 0a37a95)

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

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


    from e6753c9  [SPARK-33995][SQL] Expose make_interval as a Scala function
     add 0a37a95  [SPARK-31816][SQL][DOCS] Added high level description about JDBC connection providers for users/developers

No new revisions were added by this update.

Summary of changes:
 docs/sql-data-sources-jdbc.md                      | 14 ++++
 ...rg.apache.spark.sql.jdbc.JdbcConnectionProvider |  1 +
 .../sql/jdbc/ExampleJdbcConnectionProvider.scala   | 19 +++--
 .../main/scala/org/apache/spark/sql/jdbc/README.md | 84 ++++++++++++++++++++++
 4 files changed, 108 insertions(+), 10 deletions(-)
 create mode 100644 examples/src/main/resources/META-INF/services/org.apache.spark.sql.jdbc.JdbcConnectionProvider
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/jdbc/connection/IntentionallyFaultyConnectionProvider.scala => examples/src/main/scala/org/apache/spark/examples/sql/jdbc/ExampleJdbcConnectionProvider.scala (70%)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/jdbc/README.md


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