aokolnychyi commented on code in PR #36303:
URL: https://github.com/apache/spark/pull/36303#discussion_r856416052
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/SchemaPruningSuite.scala:
##########
@@ -935,4 +935,106 @@ abstract class SchemaPruningSuite
.count()
assert(count == 0)
}
+
+ testSchemaPruning("SPARK-38977: schema pruning with correlated EXISTS
subquery") {
Review Comment:
I guess it will fail for both as the same method is used. Tests cover V1 and
V2 so it should work for both now.
--
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]