You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/04/15 12:50:33 UTC

[arrow-rs] branch master updated (b10920173 -> 6083a9156)

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 b10920173 Support empty projection in ParquetRecordBatchReader (#1560)
     add 6083a9156 Split out MapArray into separate module (#1483) (#1562)

No new revisions were added by this update.

Summary of changes:
 parquet/src/arrow/array_reader.rs           | 145 +----------------------
 parquet/src/arrow/array_reader/map_array.rs | 172 ++++++++++++++++++++++++++++
 2 files changed, 175 insertions(+), 142 deletions(-)
 create mode 100644 parquet/src/arrow/array_reader/map_array.rs