You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/06/09 14:52:42 UTC

[arrow-rs] branch master updated (13abf8803 -> 9b2b4cae8)

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

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


    from 13abf8803 Cleanup downcast macros (#4391)
     add 9b2b4cae8 Documentation Improvements (#4381)

No new revisions were added by this update.

Summary of changes:
 arrow-array/src/array/binary_array.rs     |   8 +-
 arrow-array/src/array/boolean_array.rs    |  60 ++++++-------
 arrow-array/src/array/byte_array.rs       |  46 ++++++++++
 arrow-array/src/array/dictionary_array.rs |  67 ++++++++++----
 arrow-array/src/array/list_array.rs       |  54 ++----------
 arrow-array/src/array/primitive_array.rs  | 141 +++++++++++++++++++++++-------
 arrow-array/src/array/string_array.rs     |  10 ++-
 arrow-buffer/src/lib.rs                   |   2 +-
 arrow-data/src/lib.rs                     |   4 +-
 arrow/src/lib.rs                          |  68 +++++++-------
 10 files changed, 283 insertions(+), 177 deletions(-)