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

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


    from b5deb8dc25b8 [SPARK-51004][ML][PYTHON][CONNECT] Add supports for 
IndexString
     add fef1b2375c30 [SPARK-50666][SQL] Support hint for reading in JDBC data 
source

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/error/error-conditions.json |  6 +++
 docs/sql-data-sources-jdbc.md                      |  8 ++++
 pom.xml                                            | 21 ++++++++++
 .../spark/sql/errors/QueryExecutionErrors.scala    |  6 +++
 sql/core/pom.xml                                   | 15 ++++++++
 .../execution/datasources/jdbc/JDBCOptions.scala   | 10 +++++
 .../org/apache/spark/sql/jdbc/DB2Dialect.scala     |  2 +-
 .../apache/spark/sql/jdbc/DatabricksDialect.scala  |  2 +
 .../org/apache/spark/sql/jdbc/JdbcDialects.scala   |  2 +
 .../spark/sql/jdbc/JdbcSQLQueryBuilder.scala       | 15 +++++++-
 .../apache/spark/sql/jdbc/MsSqlServerDialect.scala |  4 +-
 .../org/apache/spark/sql/jdbc/MySQLDialect.scala   |  4 +-
 .../org/apache/spark/sql/jdbc/OracleDialect.scala  |  6 ++-
 .../org/apache/spark/sql/jdbc/JDBCSuite.scala      | 45 +++++++++++++++++++++-
 14 files changed, 138 insertions(+), 8 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to