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 2020/11/11 12:20:28 UTC

[arrow] branch master updated (e6e8839 -> f7027b4)

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.git.


    from e6e8839  ARROW-10547: [Rust][DataFusion] Do not lose Filters with UserDefined plan nodes
     add f7027b4  ARROW-10552: [Rust] Removed un-used Result

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/builder.rs          | 43 ++++++++++++++++----------------
 rust/arrow/src/buffer.rs                 | 25 +++++++++----------
 rust/arrow/src/compute/kernels/filter.rs |  4 +--
 rust/arrow/src/compute/kernels/sort.rs   |  2 +-
 rust/parquet/src/arrow/array_reader.rs   |  2 +-
 rust/parquet/src/arrow/record_reader.rs  | 26 +++++++++----------
 6 files changed, 49 insertions(+), 53 deletions(-)