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 76fde56  Improve parquet performance: Skip levels computation for 
required struct arrays in parquet (#1035)
     add e2130d9  BooleanBufferBuilder::append_packed (#1038) (#1039)

No new revisions were added by this update.

Summary of changes:
 arrow/Cargo.toml                                   |   4 +
 arrow/benches/boolean_append_packed.rs             |  55 +++++++
 arrow/src/array/builder.rs                         |  57 +++++++
 arrow/src/array/transform/boolean.rs               |   7 +-
 arrow/src/array/transform/mod.rs                   |   2 +-
 arrow/src/array/transform/utils.rs                 | 179 +--------------------
 .../{array/transform/utils.rs => util/bit_mask.rs} |  60 ++-----
 arrow/src/util/mod.rs                              |   1 +
 8 files changed, 130 insertions(+), 235 deletions(-)
 create mode 100644 arrow/benches/boolean_append_packed.rs
 copy arrow/src/{array/transform/utils.rs => util/bit_mask.rs} (76%)

Reply via email to