huaxingao commented on code in PR #36440:
URL: https://github.com/apache/spark/pull/36440#discussion_r866488368
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/MsSqlServerIntegrationSuite.scala:
##########
@@ -374,4 +375,58 @@ class MsSqlServerIntegrationSuite extends
DockerJDBCIntegrationSuite {
val filtered = df.where(col("c") === 0).collect()
assert(filtered.length == 0)
}
+
+ test("prepareQuery and query JDBC options") {
Review Comment:
Could you put the jira number here?
--
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]