HyukjinKwon commented on code in PR #35947:
URL: https://github.com/apache/spark/pull/35947#discussion_r901193520
##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCV2Suite.scala:
##########
@@ -352,7 +352,7 @@ class JDBCV2Suite extends QueryTest with SharedSparkSession
with ExplainSuiteHel
Row(2, "david", 10000, 1300, true), Row(6, "jen", 12000, 1200, true)))
}
- test("scan with complex filter push-down") {
+ test("scan with filter push-down with ansi mode") {
Review Comment:
this test fails with Scala 2.13. Mind taking a look please?
https://issues.apache.org/jira/browse/SPARK-39523
--
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]