Skip to content

Commit 7d61858

Browse files
committed
feat(scan): add more tests, fix bug where min/max args swapped
1 parent 80c99f8 commit 7d61858

File tree

3 files changed

+405
-12
lines changed

3 files changed

+405
-12
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ pilota = "0.11.2"
7676
pretty_assertions = "1.4"
7777
port_scanner = "0.1.5"
7878
regex = "1.10.5"
79+
rand = "0.8.5"
7980
reqwest = { version = "0.12", default-features = false, features = ["json"] }
8081
rust_decimal = "1.31"
8182
serde = { version = "1", features = ["rc"] }

crates/iceberg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ once_cell = { workspace = true }
6666
opendal = { workspace = true }
6767
ordered-float = { workspace = true }
6868
parquet = { workspace = true, features = ["async"] }
69+
rand = { workspace = true }
6970
reqwest = { workspace = true }
7071
rust_decimal = { workspace = true }
7172
serde = { workspace = true }

0 commit comments

Comments
 (0)