Skip to content

Commit

Permalink
clean up the benchmarks in benches/decoder.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Nov 13, 2024
1 parent ec76db4 commit 236c728
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 181 deletions.
2 changes: 2 additions & 0 deletions rust/lance-encoding-datafusion/src/zone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ impl ZoneMapsFieldScheduler {
&FilterExpression::no_filter(),
Arc::<DecoderPlugins>::default(),
/*should_validate= */ false,
LanceFileVersion::default(),
None,
)
.await?;

Expand Down
2 changes: 1 addition & 1 deletion rust/lance-encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ name = "buffer"
harness = false

[lints]
workspace = true
workspace = true
Loading

0 comments on commit 236c728

Please sign in to comment.