Skip to content

Commit d92a7cf

Browse files
committed
[X-2935] Bump arrow-datafusion rev to 641f1767ed
Picks up the X-2935 PhysicalExtensionCodec breaking change (massive-com/arrow-datafusion#60) on branch-53. Wire format unchanged; trait signature change is the only API impact. MV doesn't implement PhysicalExtensionCodec so this bump is a pure dependency move.
1 parent 60e3bf1 commit d92a7cf

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 = "58.0.0"
3333
arrow-schema = "58.0.0"
3434
async-trait = "0.1.89"
3535
dashmap = "6"
36-
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
37-
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
38-
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
39-
datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
40-
datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
41-
datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
42-
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
43-
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
44-
datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" }
36+
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
37+
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
38+
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
39+
datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
40+
datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
41+
datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
42+
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
43+
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
44+
datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" }
4545
futures = "0.3"
4646
itertools = "0.14"
4747
log = "0.4"

0 commit comments

Comments
 (0)