yaooqinn commented on code in PR #44442:
URL: https://github.com/apache/spark/pull/44442#discussion_r1434657903
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/OracleIntegrationSuite.scala:
##########
@@ -88,6 +89,11 @@ class OracleIntegrationSuite extends
DockerJDBCIntegrationV2Suite with V2JDBCTes
s"jdbc:oracle:thin:system/$oracle_password@//$ip:$port/freepdb1"
}
+ override val defaultMetadata = new MetadataBuilder()
Review Comment:
The superclass tests with strings. As we use varchar to map string values
for Oracle, it's now a special case.
--
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]