Commits


Renjie Liu authored and Chao Sun committed 3112d346962
ARROW-4365: [Rust] [Parquet] Implement arrow record reader. RecordReader reads logical records into memory, this is the prerequisite for ColumnReader. Closes #4292 from liurenjie1024/arrow-4365 and squashes the following commits: 874bb23cb <Renjie Liu> Fix ci 0c396c7ea <Renjie Liu> Fix comments 138fabec7 <Renjie Liu> Fix one method e279a0009 <Renjie Liu> Fix comments 19db497e2 <Renjie Liu> fix build break e6c497092 <Renjie Liu> Fix style 8295a284c <Renjie Liu> Use backtick instead of triple e1da42619 <Renjie Liu> Fix comments 5c8b6b380 <Renjie Liu> Fix format error 1b288a5b4 <Renjie Liu> Implement record reader. Authored-by: Renjie Liu <liurenjie2008@gmail.com> Signed-off-by: Chao Sun <sunchao@apache.org>