cloud-fan commented on code in PR #52127: URL: https://github.com/apache/spark/pull/52127#discussion_r2304350171
########## connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DB2IntegrationSuite.scala: ########## @@ -78,6 +78,8 @@ class DB2IntegrationSuite extends DockerJDBCIntegrationSuite with SharedJDBCInte .executeUpdate() } + override val queryForSemicolonTest: String = "SELECT 1 AS id FROM tbl LIMIT 1" Review Comment: can we keep the previous comment, saying that DB2 subquery must have the FROM clause? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org