You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by su...@apache.org on 2020/08/20 01:03:24 UTC

[arrow] branch master updated (9e73081 -> 25b0b1b)

This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 9e73081  ARROW-9733: [Rust] [DataFusion] Added support for COUNT/MIN/MAX on string columns
     add 25b0b1b  ARROW-9790: [Rust][Parquet] Fix PrimitiveArrayReader boundary conditions

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/array_reader.rs | 62 +++++++++++++++++++++++++++++++---
 rust/parquet/src/arrow/arrow_reader.rs | 39 +++++++++++++++++++++
 2 files changed, 97 insertions(+), 4 deletions(-)