Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Aug 6, 2024
1 parent 6fcde75 commit b1d9342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/ranger/detacher.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ func allEqOrIn(expr expression.Expression) bool {
}
}
return true
case ast.EQ, ast.NullEQ, ast.In:
case ast.EQ, ast.NullEQ, ast.In, ast.IsNull::
return true
}
return false
Expand Down

0 comments on commit b1d9342

Please sign in to comment.