We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e6d30 commit 54608c5Copy full SHA for 54608c5
1 file changed
encodings/fastlanes/src/bitpacking/compute/compare.rs
@@ -159,7 +159,7 @@ where
159
160
Ok(BoolArray::new(
161
bits.freeze(),
162
- array.validity().union_nullability(nullability),
+ array.validity()?.union_nullability(nullability),
163
)
164
.into_array())
165
}
@@ -254,7 +254,7 @@ where
254
255
256
257
258
259
260
0 commit comments