Skip to content

Commit cb25f3c

Browse files
committed
Patch tpchgen
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 75bebe9 commit cb25f3c

File tree

5 files changed

+493
-955
lines changed

5 files changed

+493
-955
lines changed

Cargo.lock

Lines changed: 8 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ thiserror = "2.0.3"
201201
tokio = { version = "1.48" }
202202
tokio-stream = "0.1.17"
203203
tokio-util = { version = "0.7.16" }
204-
tpchgen = { version = "2.0.1" }
205-
tpchgen-arrow = { version = "2.0.1" }
206204
tracing = { version = "0.1.41" }
207205
tracing-perfetto = "0.1.5"
208206
tracing-subscriber = "0.3.20"

bench-vortex/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ tempfile = { workspace = true }
7373
tokio = { workspace = true, features = ["full"] }
7474
tokio-stream = { workspace = true }
7575
tokio-util = { workspace = true }
76-
tpchgen = { workspace = true }
77-
tpchgen-arrow = { workspace = true }
76+
tpchgen = { git = "https://github.com/clflushopt/tpchgen-rs.git", rev = "c38f69b0dc84c4b7edfad349d1a9cd1a134b8018" }
77+
tpchgen-arrow = { git = "https://github.com/clflushopt/tpchgen-rs.git", rev = "c38f69b0dc84c4b7edfad349d1a9cd1a134b8018" }
7878
tracing = { workspace = true }
7979
tracing-perfetto = { workspace = true }
8080
tracing-subscriber = { workspace = true, features = [

0 commit comments

Comments
 (0)