chenzhx commented on code in PR #36663:
URL: https://github.com/apache/spark/pull/36663#discussion_r883473729
##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCV2Suite.scala:
##########
@@ -539,6 +547,44 @@ class JDBCV2Suite extends QueryTest with
SharedSparkSession with ExplainSuiteHel
}
checkPushedInfo(df8, expectedPlanFragment8)
checkAnswer(df8, Seq(Row(2, "david", 10000, 1300, true)))
+
+ val df9 = sql("select name FROM h2.test.datetime where " +
Review Comment:
OK
--
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]