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 6b1c980  [SPARK-37590][SQL][TEST][FOLLOWUP] Use warehouse directory 
for namespace location
     add 02ee1ae  [SPARK-37343][SQL] Implement createIndex, IndexExists and 
dropIndex in JDBC (Postgres dialect)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/jdbc/v2/MySQLIntegrationSuite.scala  |  2 +
 .../sql/jdbc/v2/PostgresIntegrationSuite.scala     |  4 ++
 .../org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala  |  6 +-
 .../sql/execution/datasources/jdbc/JdbcUtils.scala | 71 +++++++++++++++++++++-
 .../org/apache/spark/sql/jdbc/MySQLDialect.scala   | 42 +++----------
 .../apache/spark/sql/jdbc/PostgresDialect.scala    | 61 ++++++++++++++++++-
 6 files changed, 146 insertions(+), 40 deletions(-)

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

Reply via email to