fix: make nyc-taxi bench work again (#2599)

* fix: invalid requests created by nyc-taxi

* feat: add timestamp to table name

* style: fix clippy

* chore: re-export deps for client

* fix: wait result

* chore: no need to define a prefix constant
This commit is contained in:
Yingwen
2023-10-13 16:16:26 +08:00
committed by GitHub
parent f859932745
commit 8a0054aa89
4 changed files with 51 additions and 25 deletions

View File

@@ -6,8 +6,10 @@ license.workspace = true
[dependencies]
arrow.workspace = true
chrono.workspace = true
clap = { version = "4.0", features = ["derive"] }
client = { workspace = true }
futures-util.workspace = true
indicatif = "0.17.1"
itertools.workspace = true
parquet.workspace = true