Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Jan 24, 2025
1 parent 573540d commit 409de8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions encodings/alp/src/alp/compute/compare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ impl CompareFn<ALPArray> 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);
}
Expand Down

0 comments on commit 409de8b

Please sign in to comment.