cloud-fan commented on code in PR #39564: URL: https://github.com/apache/spark/pull/39564#discussion_r1070788882
########## sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala: ########## @@ -1963,4 +1977,9 @@ class JDBCSuite extends QueryTest with SharedSparkSession { } } } + + test("SPARK-41990: Filter with composite name") { + val df = sql("SELECT * FROM composite_name WHERE `last name` = 'smith'") Review Comment: is it because we always disable nested predicate pushdown for JDBC v1? -- 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