Skip to content

Commit 48853c3

Browse files
committed
Bump datafusion main commit
1 parent 3222d4c commit 48853c3

2 files changed

Lines changed: 48 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 39 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ codegen-units = 2
7171
# We cannot publish to crates.io with any patches in the below section. Developers
7272
# must remove any entries in this section before creating a release candidate.
7373
[patch.crates-io]
74-
datafusion = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
75-
datafusion-substrait = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
76-
datafusion-proto = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
77-
datafusion-ffi = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
78-
datafusion-catalog = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
79-
datafusion-common = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
80-
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
81-
datafusion-functions-window = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
82-
datafusion-expr = { git = "https://github.com/apache/datafusion", rev = "3d06bedcc9afbd65781ac1de28741c36140d2cbb" }
74+
datafusion = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
75+
datafusion-substrait = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
76+
datafusion-proto = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
77+
datafusion-ffi = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
78+
datafusion-catalog = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
79+
datafusion-common = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
80+
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
81+
datafusion-functions-window = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }
82+
datafusion-expr = { git = "https://github.com/apache/datafusion", rev = "47655fd6c9ef060d73497987e6ccb98e57196508" }

0 commit comments

Comments
 (0)