huaxingao opened a new pull request #29972:
URL: https://github.com/apache/spark/pull/29972


   
   ### What changes were proposed in this pull request?
   - Override the default SQL strings in the DB2 Dialect for:
   
     * ALTER TABLE UPDATE COLUMN TYPE
     * ALTER TABLE UPDATE COLUMN NULLABILITY
   
   - Add new docker integration test suite jdbc/v2/DB2IntegrationSuite.scala
   
   ### Why are the changes needed?
   In SPARK-24907, we implemented JDBC v2 Table Catalog but it doesn't support 
some ALTER TABLE at the moment. This PR supports DB2 specific ALTER TABLE.
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes
   
   
   ### How was this patch tested?
   By running new integration test suite:
   
   $ ./build/sbt -Pdocker-integration-tests "test-only *.DB2IntegrationSuite"
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to