viirya commented on a change in pull request #25878: [SPARK-29162][SQL]Simplify
NOT(IsNull(x)) and NOT(IsNotNull(x))
URL: https://github.com/apache/spark/pull/25878#discussion_r326872255
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/SimplifyConditionalSuite.scala
##########
@@ -40,10 +41,20 @@ class SimplifyConditionalSuite extends PlanTest with
PredicateHelper {
comparePlans(actual, correctAnswer)
}
+ private def assertFilter(originalExpr: Expression,
+ expectedExpr: Expression): Unit = {
Review comment:
indent is wrong.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]