Naive single-threaded Parquet writing.
This commit is contained in:
parent
e7bb6ea08f
commit
8f10dff3a0
6 changed files with 834 additions and 45 deletions
|
@ -4,8 +4,12 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
arrow = "55"
|
||||
derive_more = { version = "2", features = ["deref", "deref_mut"] }
|
||||
mysql_async = "0.36"
|
||||
futures = "0.3"
|
||||
mysql_async = { version = "0.36", features = ["chrono"] }
|
||||
mysql_common = "0.35"
|
||||
parquet = { version = "55", features = ["async"] }
|
||||
testcontainers-modules = { version = "0.12", features = ["mysql"] }
|
||||
time-test = "0.3"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue