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/02/16 11:59:17 UTC

[arrow-rs] branch master updated (747e72a -> a76b507)

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 747e72a  Use new DecimalArray creation API in arrow crate (#1249)
     add a76b507  Implement an iterator for DictionaryArray (#1296)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array_binary.rs     |  8 ++++
 arrow/src/array/array_boolean.rs    |  8 ++++
 arrow/src/array/array_dictionary.rs | 76 ++++++++++++++++++++++++++++++++++++-
 arrow/src/array/array_primitive.rs  |  8 ++++
 arrow/src/array/array_string.rs     |  8 ++++
 5 files changed, 107 insertions(+), 1 deletion(-)