Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Apr 16, 2024
1 parent 7ba1b96 commit 4d671e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/src/tpch/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ mod tests {
mem_table: false,
output_path: None,
disable_statistics: false,
prefer_hash_join: true
prefer_hash_join: true,
};
opt.register_tables(&ctx).await?;
let queries = get_query_sql(query)?;
Expand Down Expand Up @@ -380,7 +380,7 @@ mod tests {
mem_table: false,
output_path: None,
disable_statistics: false,
prefer_hash_join: true
prefer_hash_join: true,
};
opt.register_tables(&ctx).await?;
let queries = get_query_sql(query)?;
Expand Down

0 comments on commit 4d671e2

Please sign in to comment.