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 a68ac4885ddd [SPARK-53419][SQL][TEST] Move common SqlScriptingContextManager initialization code from SqlScriptingInterpreterSuite add 7bbc5d292af5 [SPARK-53386][SQL] Support query parameter ending with semicolon in JDBC connectors No new revisions were added by this update. Summary of changes: .../spark/sql/jdbc/DB2IntegrationSuite.scala | 2 +- .../sql/jdbc/MariaDBKrbIntegrationSuite.scala | 3 +- .../sql/jdbc/MsSqlServerIntegrationSuite.scala | 3 +- .../spark/sql/jdbc/MySQLIntegrationSuite.scala | 2 +- .../spark/sql/jdbc/OracleIntegrationSuite.scala | 5 +- .../spark/sql/jdbc/PostgresIntegrationSuite.scala | 2 +- .../sql/jdbc/SharedJDBCIntegrationSuite.scala | 80 ++++++++++++++++++++++ .../sql/jdbc/SharedJDBCIntegrationTests.scala | 34 --------- .../execution/datasources/jdbc/JDBCOptions.scala | 2 +- 9 files changed, 88 insertions(+), 45 deletions(-) create mode 100644 connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/SharedJDBCIntegrationSuite.scala delete mode 100644 connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/SharedJDBCIntegrationTests.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org