dongjoon-hyun commented on code in PR #40360:
URL: https://github.com/apache/spark/pull/40360#discussion_r1133022197
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/UnwrapCastInBinaryComparisonSuite.scala:
##########
@@ -192,7 +192,7 @@ class UnwrapCastInBinaryComparisonSuite extends PlanTest
with ExpressionEvalHelp
})
}
- test("unwrap casts when literal is null") {
+ test("SPARK-42741: Do not unwrap casts in binary comparison when literal is
null") {
Review Comment:
@wangyum . Although I understand what you mean, this test passed without
your patch already.
Could you provide some test case which fails without our patch, @wangyum ?
--
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]