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 76a53f0 commit 5be3917Copy full SHA for 5be3917
vortex-duckdb/src/scan.rs
@@ -388,9 +388,8 @@ impl TableFunction for VortexTableFunction {
388
let bind_data = init_input.bind_data();
389
let projection_expr = extract_projection_expr(init_input);
390
let filter_expr = extract_table_filter_expr(init_input, init_input.column_ids())?;
391
- // let filter_expr = Some(lit(true);
392
393
- println!(
+ tracing::trace!(
394
"Global init Vortex scan SELECT {} WHERE {}",
395
&projection_expr,
396
filter_expr
0 commit comments