beliefer commented on code in PR #47951:
URL: https://github.com/apache/spark/pull/47951#discussion_r1749659272


##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/DockerJDBCIntegrationV2Suite.scala:
##########
@@ -57,7 +57,11 @@ abstract class DockerJDBCIntegrationV2Suite extends 
DockerJDBCIntegrationSuite {
     connection.prepareStatement("INSERT INTO pattern_testing_table "
         + "VALUES ('special_character_underscorenot_present')")
       .executeUpdate()
+
+    insertDatetimeData(connection)

Review Comment:
   It's very hard. Each database integration test needs to use its own method.



-- 
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.

To unsubscribe, e-mail: [email protected]

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