@@ -229,3 +229,20 @@ unexpected_cfgs = { level = "warn", check-cfg = [
229229 " cfg(tarpaulin_include)" ,
230230] }
231231unused_qualifications = " deny"
232+
233+
234+ # patch to experimental decoder
235+ # patch to https://github.com/apache/arrow-rs/pull/7850
236+ [patch .crates-io ]
237+ arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
238+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
239+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
240+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
241+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
242+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
243+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
244+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
245+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
246+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
247+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
248+ parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " bea4433cabab191bda6ac52ac83c0f30871caacf" }
0 commit comments