Skip to content

Commit

Permalink
feat(scan): add more tests, fix bug where min/max args swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd committed Aug 29, 2024
1 parent 80c99f8 commit 7d61858
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 12 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pilota = "0.11.2"
pretty_assertions = "1.4"
port_scanner = "0.1.5"
regex = "1.10.5"
rand = "0.8.5"
reqwest = { version = "0.12", default-features = false, features = ["json"] }
rust_decimal = "1.31"
serde = { version = "1", features = ["rc"] }
Expand Down
1 change: 1 addition & 0 deletions crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ once_cell = { workspace = true }
opendal = { workspace = true }
ordered-float = { workspace = true }
parquet = { workspace = true, features = ["async"] }
rand = { workspace = true }
reqwest = { workspace = true }
rust_decimal = { workspace = true }
serde = { workspace = true }
Expand Down
Loading

0 comments on commit 7d61858

Please sign in to comment.