Skip to content

Commit f8aa5db

Browse files
committed
Upgrade DF to latest internal DF
1 parent 3026895 commit f8aa5db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ arrow = "55.2.0"
3232
arrow-schema = "55.2.0"
3333
async-trait = "0.1"
3434
dashmap = "6"
35-
datafusion = "49.0.2"
36-
datafusion-common = "49.0.2"
37-
datafusion-expr = "49.0.2"
38-
datafusion-functions = "49.0.2"
39-
datafusion-functions-aggregate = "49.0.2"
40-
datafusion-optimizer = "49.0.2"
41-
datafusion-physical-expr = "49.0.2"
42-
datafusion-physical-plan = "49.0.2"
43-
datafusion-sql = "49.0.2"
35+
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
36+
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
37+
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
38+
datafusion-functions = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
39+
datafusion-functions-aggregate = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
40+
datafusion-optimizer = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
41+
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
42+
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
43+
datafusion-sql = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "be0276d" }
4444
futures = "0.3"
4545
itertools = "0.14"
4646
log = "0.4"

0 commit comments

Comments
 (0)