cloud-fan commented on code in PR #37040:
URL: https://github.com/apache/spark/pull/37040#discussion_r918506608


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/PruneFiltersSuite.scala:
##########
@@ -129,9 +129,11 @@ class PruneFiltersSuite extends PlanTest {
   }
 
   test("Nondeterministic predicate is not pruned") {
-    val originalQuery = testRelation.where(Rand(10) > 
5).select($"a").where(Rand(10) > 5).analyze

Review Comment:
   why do we need to change this file? The new rule is not invoked in this test 
suite.



-- 
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]

Reply via email to