@@ -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