Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20278#discussion_r161981192
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/InferFiltersFromConstraintsSuite.scala
---
@@ -34,6 +34,7 @@ class InferFiltersFromConstraintsSuite extends PlanTest {
PushDownPredicate,
InferFiltersFromConstraints,
CombineFilters,
+ SimplifyBinaryComparison,
--- End diff --
Without this rule, the test cases will fail?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]