@@ -86,12 +86,12 @@ ahash = { version = "0.8", default-features = false, features = [
8686 " runtime-rng" ,
8787] }
8888apache-avro = { version = " 0.17" , default-features = false }
89- arrow = { version = " 54.2.1 " , features = [
89+ arrow = { version = " 54.3.0 " , features = [
9090 " prettyprint" ,
9191 " chrono-tz" ,
9292] }
9393arrow-buffer = { version = " 54.1.0" , default-features = false }
94- arrow-flight = { version = " 54.2.1 " , features = [
94+ arrow-flight = { version = " 54.3.0 " , features = [
9595 " flight-sql-experimental" ,
9696] }
9797arrow-ipc = { version = " 54.2.0" , default-features = false , features = [
@@ -147,7 +147,7 @@ itertools = "0.14"
147147log = " ^0.4"
148148object_store = { version = " 0.11.0" , default-features = false }
149149parking_lot = " 0.12"
150- parquet = { version = " 54.2.1 " , default-features = false , features = [
150+ parquet = { version = " 54.3.0 " , default-features = false , features = [
151151 " arrow" ,
152152 " async" ,
153153 " object_store" ,
@@ -203,3 +203,22 @@ used_underscore_binding = "warn"
203203[workspace .lints .rust ]
204204unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(tarpaulin)" ] }
205205unused_qualifications = " deny"
206+
207+
208+
209+
210+ # # Temporary arrow-rs patch until 54.3.0 is released
211+
212+ [patch .crates-io ]
213+ arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
214+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
215+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
216+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
217+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
218+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
219+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
220+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
221+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
222+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
223+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
224+ parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " df5472450767930d1768832295dae293748b3235" }
0 commit comments