We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e37c28 commit bdd0a4aCopy full SHA for bdd0a4a
vortex-array/src/arrays/struct_/vtable/operator.rs
@@ -237,8 +237,7 @@ mod tests {
237
let struct_array = test_struct_array();
238
239
let expr = gt(get_item("a", root()), lit(5));
240
- let expr_array =
241
- ExprArray::new_infer_dtype(struct_array.clone().into_array(), expr)?;
+ let expr_array = ExprArray::new_infer_dtype(struct_array.clone().into_array(), expr)?;
242
243
let actual = expr_array.to_canonical().into_array();
244
let expected = (0..5)
0 commit comments