Skip to content

Commit 3d37471

Browse files
committed
update DF and arrow
1 parent 2d537ad commit 3d37471

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,26 @@ readme = "README.md"
1111
repository = "https://github.com/datafusion-contrib/datafusion-federation"
1212

1313
[workspace.dependencies]
14-
arrow-json = "56"
14+
arrow-json = "56.0.0"
1515
async-stream = "0.3.5"
1616
async-trait = "0.1.83"
17-
datafusion = "50.0.0"
17+
datafusion = "50.3.0"
1818
datafusion-federation = { path = "./datafusion-federation", version = "0.4.10" }
1919
futures = "0.3.31"
2020
tokio = { version = "1.41", features = ["full"] }
21+
22+
[patch.crates-io]
23+
datafusion = { git = "https://github.com/spiceai/datafusion.git", rev = "9b8ab338f743eff27c7e9ebf3cae0cc89f068b19" } # spiceai-50
24+
datafusion-expr = { git = "https://github.com/spiceai/datafusion.git", rev = "9b8ab338f743eff27c7e9ebf3cae0cc89f068b19" } # spiceai-49
25+
datafusion-physical-expr = { git = "https://github.com/spiceai/datafusion.git", rev = "9b8ab338f743eff27c7e9ebf3cae0cc89f068b19" } # spiceai-49
26+
datafusion-physical-plan = { git = "https://github.com/spiceai/datafusion.git", rev = "9b8ab338f743eff27c7e9ebf3cae0cc89f068b19" } # spiceai-49
27+
28+
arrow = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
29+
arrow-array = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
30+
arrow-buffer = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
31+
arrow-cast = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
32+
arrow-json = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
33+
arrow-ipc = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
34+
arrow-ord = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
35+
arrow-schema = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56
36+
parquet = { git = "https://github.com/spiceai/arrow-rs.git", rev = "9f9c372ff5744488226462e3ea7d94ff47909833" } # spiceai-56

0 commit comments

Comments
 (0)