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 bdd0a4a commit acbb439Copy full SHA for acbb439
vortex-array/src/arrays/struct_/vtable/operator.rs
@@ -314,8 +314,6 @@ mod tests {
314
.as_opt::<ExprVTable>()
315
.vortex_expect("should be an ExprArray");
316
317
- println!("expr {}", result_expr.display_tree());
318
-
319
// The field name can change.
320
assert_eq!(
321
result_expr.expr(),
0 commit comments