Skip to content

Commit c6ba98f

Browse files
committed
add override for datafusion version to pre-release testing of upstream fix
1 parent 6ef7cf9 commit c6ba98f

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 38 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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ codegen-units = 2
7878
# We cannot publish to crates.io with any patches in the below section. Developers
7979
# must remove any entries in this section before creating a release candidate.
8080
[patch.crates-io]
81-
datafusion = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
82-
datafusion-substrait = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
83-
datafusion-proto = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
84-
datafusion-ffi = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
85-
datafusion-catalog = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
86-
datafusion-common = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
87-
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
88-
datafusion-functions-window = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
89-
datafusion-spark = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
90-
datafusion-expr = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
91-
datafusion-session = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
81+
datafusion = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
82+
datafusion-substrait = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
83+
datafusion-proto = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
84+
datafusion-ffi = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
85+
datafusion-catalog = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
86+
datafusion-common = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
87+
datafusion-functions-aggregate = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
88+
datafusion-functions-window = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
89+
datafusion-spark = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
90+
datafusion-expr = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }
91+
datafusion-session = { git = "https://github.com/timsaucer/datafusion", branch = "fix/ffi-session-create-physical-plan-codec-55" }

0 commit comments

Comments
 (0)