Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jan 8, 2025
1 parent 477e3c7 commit 7b260c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e_test/iceberg/benches/predicate_pushdown.slt
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ select count(*) from iceberg_t1_source;
1000000

# warmup
include ./bench_predicate_pushdown/point_get.slt.part
include ./predicate_pushdown/point_get.slt.part
# bench
include ./bench_predicate_pushdown/point_get.slt.part
include ./predicate_pushdown/point_get.slt.part

# warmup
include ./bench_predicate_pushdown/filter.slt.part
include ./predicate_pushdown/filter.slt.part
# bench
include ./bench_predicate_pushdown/filter.slt.part
include ./predicate_pushdown/filter.slt.part

statement ok
DROP SINK sink1;
Expand Down

0 comments on commit 7b260c9

Please sign in to comment.