dongjoon-hyun commented on a change in pull request #26224:
[SPARK-29567][TESTS] Update JDBC Integration Test Docker Images
URL: https://github.com/apache/spark/pull/26224#discussion_r338325037
##########
File path:
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/MySQLIntegrationSuite.scala
##########
@@ -39,6 +39,8 @@ class MySQLIntegrationSuite extends
DockerJDBCIntegrationSuite {
}
override def dataPreparation(conn: Connection): Unit = {
+ // Since MySQL 5.7.14+, we need to disable strict mode
Review comment:
As I mentioned in the PR description, MySQL baned `0000-00-00 00:00:00`.
There is a SQL mode for that. I enumerate all versions and tested. It starts to
ban on 5.7.14+.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]