We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d836a94 commit 78697c0Copy full SHA for 78697c0
bench-vortex/src/tpch/mod.rs
@@ -49,7 +49,7 @@ pub const EXPECTED_ROW_COUNTS_SF10: [usize; TPC_H_ROW_COUNT_ARRAY_LENGTH] = [
49
//
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,
+ 0, 4, 4667, 114003, 5, 5, 1, 4, 2, 175, 381105, 0, 2, 46, 1, 1, 27840, 1, 624, 1, 1804, 4009, 7,
53
];
54
55
fn make_object_store(df: &SessionContext, source: &Url) -> anyhow::Result<Arc<dyn ObjectStore>> {
0 commit comments