@@ -40,15 +40,15 @@ arrow = { version = "58" }
4040arrow-array = { version = " 58" }
4141arrow-schema = { version = " 58" }
4242arrow-select = { version = " 58" }
43- datafusion = { version = " 53 " }
44- datafusion-substrait = { version = " 53 " }
45- datafusion-proto = { version = " 53 " }
46- datafusion-ffi = { version = " 53 " }
47- datafusion-catalog = { version = " 53 " , default-features = false }
48- datafusion-common = { version = " 53 " , default-features = false }
49- datafusion-functions-aggregate = { version = " 53 " }
50- datafusion-functions-window = { version = " 53 " }
51- datafusion-expr = { version = " 53 " }
43+ datafusion = { version = " 54 " }
44+ datafusion-substrait = { version = " 54 " }
45+ datafusion-proto = { version = " 54 " }
46+ datafusion-ffi = { version = " 54 " }
47+ datafusion-catalog = { version = " 54 " , default-features = false }
48+ datafusion-common = { version = " 54 " , default-features = false }
49+ datafusion-functions-aggregate = { version = " 54 " }
50+ datafusion-functions-window = { version = " 54 " }
51+ datafusion-expr = { version = " 54 " }
5252prost = " 0.14.3"
5353serde_json = " 1"
5454uuid = { version = " 1.23" }
@@ -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 = " 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 " }
74+ datafusion = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
75+ datafusion-substrait = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
76+ datafusion-proto = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
77+ datafusion-ffi = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
78+ datafusion-catalog = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
79+ datafusion-common = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
80+ datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
81+ datafusion-functions-window = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
82+ datafusion-expr = { git = " https://github.com/apache/datafusion" , rev = " 1321d60cc37ee487d1e7ce7f501357c3236b2542 " }
0 commit comments