dilipbiswal commented on a change in pull request #24532: [SPARK-27596][SQL]
The JDBC 'query' option doesn't work for Oracle database
URL: https://github.com/apache/spark/pull/24532#discussion_r281055485
##########
File path:
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleIntegrationSuite.scala
##########
@@ -485,4 +485,32 @@ class OracleIntegrationSuite extends
DockerJDBCIntegrationSuite with SharedSQLCo
}
assert(df2.collect.toSet === expectedResult)
}
+
+ test("query JDBC option") {
Review comment:
@gatorsmile I did the following steps to run the oracle tests.
1) I pulled christophesurmont/oracle-xe-11g
2) I set the environment variable ORACLE_DOCKER_IMAGE_NAME to the above
image name
3) I put the jdbc driver in maven directory
4) Then ran the test
----------------------------------------------------------------
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]