Skip to content

Commit 20bb111

Browse files
committed
feat: Add support for load filesystem Hadoop Catalog tables
1 parent 6a9d3f7 commit 20bb111

56 files changed

Lines changed: 819 additions & 100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

crates/catalog/hadoop/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ typed-builder = { workspace = true }
4141
uuid = { workspace = true }
4242

4343
[dev-dependencies]
44-
ctor = { workspace = true }
45-
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
46-
port_scanner = { workspace = true }
44+
arrow = { version = "55", features = ["prettyprint"] }
45+
arrow-array = { workspace = true }
46+
insta = { version = "1.43" }

0 commit comments

Comments
 (0)