HyukjinKwon commented on a change in pull request #28383:
URL: https://github.com/apache/spark/pull/28383#discussion_r419036306
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/OptimizeMetadataOnlyQuerySuite.scala
##########
@@ -103,6 +103,21 @@ class OptimizeMetadataOnlyQuerySuite extends QueryTest
with SharedSparkSession {
"select partcol2, min(partcol1) from srcpart where partcol1 = 0 group by
partcol2",
"select max(c1) from (select partcol1 + 1 as c1 from srcpart where
partcol1 = 0) t")
+ testMetadataOnly(
+ "SPARK-31590 " +
+ "The filter used by Metadata-only queries should filter out all the
unevaluable expr",
Review comment:
This isn't correct. Can you fix the title and scope it down only about
subqueries?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]