cloud-fan commented on code in PR #45537:
URL: https://github.com/apache/spark/pull/45537#discussion_r1603426755
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/DB2IntegrationSuite.scala:
##########
@@ -102,4 +105,7 @@ class DB2IntegrationSuite extends
DockerJDBCIntegrationV2Suite with V2JDBCTest {
}
override def caseConvert(tableName: String): String =
tableName.toUpperCase(Locale.ROOT)
+
+ override protected val timestampNTZType: String = "TIMESTAMP WITHOUT TIME
ZONE"
+ override protected val timestampTZType: String = "TIMESTAMP"
Review Comment:
do you mean NTZ? TZ usually means WITH TIME ZONE
--
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]