sunchao commented on a change in pull request #32488:
URL: https://github.com/apache/spark/pull/32488#discussion_r631986237



##########
File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/UnwrapCastInBinaryComparisonSuite.scala
##########
@@ -233,6 +233,15 @@ class UnwrapCastInBinaryComparisonSuite extends PlanTest 
with ExpressionEvalHelp
     assert(getRange(DecimalType(5, 2)).isEmpty)
   }
 
+  test("SPARK-35316: unwrap should support In/InSet predicate.") {

Review comment:
       nit nit: perhaps remove `InSet` from `SPARK-35316: unwrap should support 
In/InSet predicate.` as we don't support it in this PR.




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to