szehon-ho commented on code in PR #57172:
URL: https://github.com/apache/spark/pull/57172#discussion_r3561970403
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/querytest/CrossDbmsQueryTestSuite.scala:
##########
@@ -100,7 +100,9 @@ trait CrossDbmsQueryTestSuite extends
DockerJDBCIntegrationSuite with SQLQueryTe
val conn = getConnection()
val stmt = conn.createStatement(ResultSet.TYPE_FORWARD_ONLY,
ResultSet.CONCUR_READ_ONLY)
- val outputs: Seq[QueryTestOutput] = queries.map { sql =>
+ val outputs: Seq[QueryTestOutput] = queries.zipWithIndex.map { case (sql,
queryIdx) =>
+ log.debug(s"[${testCase.name}] Executing query #$queryIdx against
$DATABASE_NAME: " +
Review Comment:
are these very useful? (asking if its better to remove)
--
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]