Github user sameeragarwal commented on a diff in the pull request:
https://github.com/apache/spark/pull/19939#discussion_r156205533
--- Diff:
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/PostgresIntegrationSuite.scala
---
@@ -151,6 +151,8 @@ class PostgresIntegrationSuite extends
DockerJDBCIntegrationSuite {
test("SPARK-20557: column type TIMESTAMP with TIME ZONE and TIME with
TIME ZONE " +
"should be recognized") {
+ // When using JDBC to read the columns of TIMESTAMP with TIME ZONE and
TIME with TIME ZONE
--- End diff --
Out of curiosity, why do we not need something similar for postgres:
https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/jdbc/PostgresDialect.scala#L61?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]