Skip to content

Commit 485c4c1

Browse files
authored
Update DF rev (#35)
1 parent c1b64c9 commit 485c4c1

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ arrow = "57.0.0"
3333
arrow-schema = "57.0.0"
3434
async-trait = "0.1.89"
3535
dashmap = "6"
36-
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
37-
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
38-
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
39-
datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
40-
datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
41-
datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
42-
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
43-
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
44-
datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "5e03e56670" }
36+
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
37+
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
38+
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
39+
datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
40+
datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
41+
datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
42+
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
43+
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
44+
datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8ca2242" }
4545
futures = "0.3"
4646
itertools = "0.14"
4747
log = "0.4"

0 commit comments

Comments
 (0)