cloud-fan commented on a change in pull request #31258:
URL: https://github.com/apache/spark/pull/31258#discussion_r569566948
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/RemoveRedundantProjectsSuite.scala
##########
@@ -39,10 +39,12 @@ abstract class RemoveRedundantProjectsSuiteBase
private def assertProjectExec(query: String, enabled: Int, disabled: Int):
Unit = {
val df = sql(query)
+ df.collect()
Review comment:
is it because the DPP filter adds more projects?
----------------------------------------------------------------
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]