Skip to content

Commit d81beb4

Browse files
committed
Update DF rev to 16e0a5c0 (fix prune_by_limit with preserve_order)
1 parent 9e0926d commit d81beb4

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 = "939ab619" }
37-
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
38-
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
39-
datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
40-
datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
41-
datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
42-
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
43-
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
44-
datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "939ab619" }
36+
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
37+
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
38+
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
39+
datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
40+
datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
41+
datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
42+
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
43+
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
44+
datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" }
4545
futures = "0.3"
4646
itertools = "0.14"
4747
log = "0.4"

0 commit comments

Comments
 (0)