diff --git a/encodings/alp/src/alp/compute/compare.rs b/encodings/alp/src/alp/compute/compare.rs index 895443250..a295ac52d 100644 --- a/encodings/alp/src/alp/compute/compare.rs +++ b/encodings/alp/src/alp/compute/compare.rs @@ -19,8 +19,7 @@ impl CompareFn for ALPEncoding { // TODO(joe): support patches return Ok(None); } - // - if lhs.dtype().is_nullable() { + if lhs.dtype().is_nullable() || rhs.dtype().is_nullable() { // TODO(joe): support nullability return Ok(None); }