Skip to content

Commit

Permalink
add delta scan filter for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Oct 18, 2024
1 parent fd54c5d commit 4ab594e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions benchmark/micro/snapshot_performance/delta_scan_filter.benchmark
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# name: benchmark/micro/snapshot_performance/delta_scan.benchmark
# description: Reference result to compare attach functions to
# group: [aggregate]

name delta_scan reference
group snapshot_performance

require delta

require parquet

run
SELECT COUNT(*) FROM delta_scan('data/generated/delta_rs_tpch_sf1_100_splits/lineitem/delta_lake') where l_orderkey is not null

result I
6001215

0 comments on commit 4ab594e

Please sign in to comment.