Skip to content

Commit 78697c0

Browse files
committed
fix q13
1 parent d836a94 commit 78697c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench-vortex/src/tpch/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub const EXPECTED_ROW_COUNTS_SF10: [usize; TPC_H_ROW_COUNT_ARRAY_LENGTH] = [
4949
//
5050
// Generated by executing the SQL in each query file using duckdb with the table names replaced
5151
// by "$NAME.parquet".
52-
0, 4, 4667, 114003, 5, 5, 1, 4, 2, 175, 381105, 0, 2, 43, 1, 1, 27840, 1, 624, 1, 1804, 4009, 7,
52+
0, 4, 4667, 114003, 5, 5, 1, 4, 2, 175, 381105, 0, 2, 46, 1, 1, 27840, 1, 624, 1, 1804, 4009, 7,
5353
];
5454

5555
fn make_object_store(df: &SessionContext, source: &Url) -> anyhow::Result<Arc<dyn ObjectStore>> {

0 commit comments

Comments
 (0)