Commits


Fabio B. Silva authored and Chao Sun committed 445482e04d7
ARROW-5317: [Rust] [Parquet] impl IntoIterator for SerializedFileReader This patch adds a row iterator that takes ownership of the reader and implements IntoIterator for SerializedFileReader See : https://github.com/apache/arrow/issues/4301, https://issues.apache.org/jira/browse/ARROW-5317 Author: Fabio B. Silva <fabio.bat.silva@gmail.com> Author: FabioBatSilva <fabio.silva@statflo.com> Closes #4323 from FabioBatSilva/reader-into-iter and squashes the following commits: 7817ee76 <FabioBatSilva> ARROW-5317: - Use existing RowIter 4643440c <Fabio B. Silva> ARROW-5317: - Not to sort parquet values before assertions 62eeb309 <Fabio B. Silva> ARROW-5317: impl IntoIterator for SerializedFileReader