Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update collectionOperations.scala
  • Loading branch information
AngersZhuuuu committed Sep 20, 2021
commit 797089d0b705b83745c71fa19fbbb8d036e087f0
Original file line number Diff line number Diff line change
Expand Up @@ -4222,9 +4222,7 @@ case class ArrayExcept(left: Expression, right: Expression) extends ArrayBinaryL
if (left.dataType.asInstanceOf[ArrayType].containsNull) {
s"""
|if ($array2.isNullAt($i)) {
| if (!$hashSet.containsNull()) {
| $hashSet.addNull();
| }
| $hashSet.addNull();
|} else {
| $body
|}
Expand Down