Skip to content

Commit ffdab3d

Browse files
authored
[1/N] Basic delta store and load for data files (#2146)
1 parent 9e4ae4f commit ffdab3d

18 files changed

+789
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const_format = "0.2"
4040
crc32fast = "1"
4141
datafusion = "49"
4242
datafusion-cli = "49"
43+
deltalake = "0.28"
4344
fastbloom = "0.12"
4445
futures = { version = "0.3", default-features = false }
4546
hashbrown = "0.15"

src/moonlink/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ bitstream-io = { workspace = true }
5757
bytes = { workspace = true }
5858
chrono = { workspace = true }
5959
crc32fast = { workspace = true }
60+
deltalake = { workspace = true }
6061
fastbloom = { workspace = true }
6162
function_name = { version = "0.3", optional = true }
6263
futures = { workspace = true }

0 commit comments

Comments
 (0)