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 2022/08/19 11:46:40 UTC

[arrow-rs] branch master updated (930d2d7e9 -> ac8b0eb78)

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 930d2d7e9 Use same codebase for boolean kernels (#2508)
     add ac8b0eb78 refactoring union builder apis (#2488)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array_union.rs           | 28 ++++++++++++++--------------
 arrow/src/array/builder/union_builder.rs | 20 +++++++++++++++-----
 arrow/src/array/equal/mod.rs             | 16 ++++++++--------
 arrow/src/compute/kernels/cast.rs        |  2 +-
 arrow/src/compute/kernels/filter.rs      | 24 ++++++++++++------------
 arrow/src/ipc/reader.rs                  |  6 +++---
 arrow/src/ipc/writer.rs                  |  2 +-
 arrow/src/util/pretty.rs                 |  6 +++---
 8 files changed, 57 insertions(+), 47 deletions(-)