Skip to content

Commit 5be3917

Browse files
committed
perf[duckdb]: dont push down pack & dedup filters for ddb
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 76a53f0 commit 5be3917

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vortex-duckdb/src/scan.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,8 @@ impl TableFunction for VortexTableFunction {
388388
let bind_data = init_input.bind_data();
389389
let projection_expr = extract_projection_expr(init_input);
390390
let filter_expr = extract_table_filter_expr(init_input, init_input.column_ids())?;
391-
// let filter_expr = Some(lit(true);
392391

393-
println!(
392+
tracing::trace!(
394393
"Global init Vortex scan SELECT {} WHERE {}",
395394
&projection_expr,
396395
filter_expr

0 commit comments

Comments
 (0)