Skip to content

Commit b3e1be6

Browse files
committed
correct the values
1 parent daac409 commit b3e1be6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bench-vortex/src/tpch/mod.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ pub const EXPECTED_ROW_COUNTS_SF1: [usize; TPC_H_ROW_COUNT_ARRAY_LENGTH] = [
4747
pub const EXPECTED_ROW_COUNTS_SF10: [usize; TPC_H_ROW_COUNT_ARRAY_LENGTH] = [
4848
// The 0th entry is a dummy so that Query 1's row count is at index 1.
4949
//
50-
// Generated by duckdb by running `CALL dbgen(sf = 10);` and then `PRAGMA tpch(i);` for each i.
51-
0, 4, 100, 10, 5, 5, 1, 4, 2, 175, 20, 0, 2, 45, 1, 1, 27840, 1, 100, 1, 1804, 100, 7,
50+
// Generated by executing the SQL in each query file using duckdb with the table names replaced
51+
// 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,
5253
];
5354

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

0 commit comments

Comments
 (0)