Skip to content

Commit 0638551

Browse files
authored
Update DF rev to b4dbb6ac4 (skip non-partition files fix) (#40)
1 parent d81beb4 commit 0638551

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

0 commit comments

Comments
 (0)