LuciferYang commented on code in PR #48225:
URL: https://github.com/apache/spark/pull/48225#discussion_r1793445381
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala:
##########
@@ -1618,39 +1613,28 @@ case class ArrayBinarySearch(array: Expression, value:
Expression)
override def compare(o1: Any, o2: Any): Int =
(o1, o2) match {
case (null, null) => 0
- case (null, _) => 1
Review Comment:
Which versions of Spark are affected by this bug Would it be better to
submit a separate PR to fix this bug first?
--
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]