Skip to content

Commit

Permalink
fix ci only test
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Jul 17, 2024
1 parent aeeb77e commit 9e2476a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/src/tpch/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ mod tests {
partitions: Some(2),
batch_size: 8192,
debug: false,
string_view: false,
};
let opt = RunOpt {
query: Some(query),
Expand Down Expand Up @@ -373,6 +374,7 @@ mod tests {
partitions: Some(2),
batch_size: 8192,
debug: false,
string_view: false,
};
let opt = RunOpt {
query: Some(query),
Expand Down

0 comments on commit 9e2476a

Please sign in to comment.