Skip to content

Commit 58d7715

Browse files
checkpoint
1 parent 428bb8e commit 58d7715

File tree

5 files changed

+304
-583
lines changed

5 files changed

+304
-583
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ name = "datafusion-distributed"
1010
version = "0.1.0"
1111
edition = "2024"
1212

13+
[[bin]]
14+
name = "fuzz"
15+
path = "src/bin/fuzz.rs"
16+
required-features = ["integration"]
17+
1318
[dependencies]
1419
chrono = { version = "0.4.42" }
1520
datafusion = { workspace = true }
@@ -32,6 +37,8 @@ prost = "0.13.5"
3237
rand = "0.8.5"
3338
object_store = "0.12.3"
3439
bytes = "1.10.1"
40+
log = "0.4"
41+
env_logger = "0.11"
3542

3643
# integration_tests deps
3744
insta = { version = "1.43.1", features = ["filters"], optional = true }
@@ -42,6 +49,7 @@ arrow = { version = "56.1.0", optional = true }
4249
tokio-stream = { version = "0.1.17", optional = true }
4350
hyper-util = { version = "0.1.16", optional = true }
4451
pin-project = "1.1.10"
52+
clap = { version = "4.5", features = ["derive"] }
4553

4654
[features]
4755
integration = [

0 commit comments

Comments
 (0)