File tree Expand file tree Collapse file tree 3 files changed +35
-35
lines changed
Expand file tree Collapse file tree 3 files changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -262,3 +262,19 @@ incremental = false
262262inherits = " release"
263263debug = true
264264strip = false
265+
266+
267+ # Test with https://github.com/apache/arrow-rs/pull/8733
268+ [patch .crates-io ]
269+ arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
270+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
271+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
272+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
273+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
274+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
275+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
276+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
277+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
278+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
279+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
280+ parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " 14647e18080a1823ee74da79b35a1095cfcdc885" }
Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ config_namespace! {
628628
629629 /// (reading) If true, filter expressions are be applied during the parquet decoding operation to
630630 /// reduce the number of rows decoded. This optimization is sometimes called "late materialization".
631- pub pushdown_filters: bool , default = false
631+ pub pushdown_filters: bool , default = true
632632
633633 /// (reading) If true, filter expressions evaluated during the parquet decoding operation
634634 /// will be reordered heuristically to minimize the cost of evaluation. If false,
You can’t perform that action at this time.
0 commit comments