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/07 21:06:44 UTC

[arrow-rs] branch master updated (688dd4c69 -> f0f91e85d)

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 688dd4c69 Decouple buffer deallocation from ffi and allow creating buffers from rust vec (#1494)
     add f0f91e85d Fix reading nested lists from parquet files  (#1517)

No new revisions were added by this update.

Summary of changes:
 parquet/src/arrow/array_reader.rs         |  67 +++++++++++++
 parquet/src/arrow/array_reader/builder.rs | 155 ++++++++++++++++--------------
 2 files changed, 148 insertions(+), 74 deletions(-)