Commits


Renjie Liu authored and Andy Grove committed af07f75c1f6
ARROW-4060: [Rust] Add parquet arrow converter. This is the first step of adding an arrow reader and writer for parquet-rs. This commit contains a converter which converts parquet schema to arrow schema. Copied from this pr https://github.com/sunchao/parquet-rs/pull/185. Author: Renjie Liu <liurenjie2008@gmail.com> Closes #3279 from liurenjie1024/rust-arrow-schema-converter and squashes the following commits: 1bfa00f <Renjie Liu> Resolve conflict 8806b16 <Renjie Liu> Add parquet arrow converter