This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.
from 2bca71e Introduce `ReadOptions` with builder API, for parquet filter
row groups that satisfy all filters, and enable filter row groups by range.
(#1389)
add a2a9ea8 Move csv Parser trait and its implementations to utils module
(#1385)
No new revisions were added by this update.
Summary of changes:
arrow/src/csv/reader.rs | 127 +-------------------------------------
arrow/src/util/mod.rs | 2 +
arrow/src/util/reader_parser.rs | 132 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 135 insertions(+), 126 deletions(-)
create mode 100644 arrow/src/util/reader_parser.rs