We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15dd4d3 commit 14b76c9Copy full SHA for 14b76c9
1 file changed
vortex-array/src/arrays/listview/array.rs
@@ -408,6 +408,7 @@ pub trait ListViewArrayExt: TypedArrayRef<ListView> {
408
/// and allocates a `BitBuffer` of length `elements.len()`, so it is extremely costly.
409
///
410
/// Returns `Ok(None)` when `elements` is empty.
411
+ #[allow(clippy::cognitive_complexity, clippy::unnecessary_fallible_conversions)]
412
fn compute_referenced_elements_mask(
413
&self,
414
ctx: &mut ExecutionCtx,
0 commit comments