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/01/03 11:18:32 UTC

[arrow-rs] branch master updated (6139d8984 -> 08a976f21)

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 6139d8984 Add parquet-index binary (#3405)
     add 08a976f21 Generic bytes dictionary builder (#3426)

No new revisions were added by this update.

Summary of changes:
 ...lder.rs => generic_bytes_dictionary_builder.rs} | 376 +++++++++++++++------
 arrow-array/src/builder/mod.rs                     |   4 +-
 arrow-array/src/types.rs                           |   2 +-
 arrow-select/src/take.rs                           |  11 +-
 4 files changed, 278 insertions(+), 115 deletions(-)
 rename arrow-array/src/builder/{string_dictionary_builder.rs => generic_bytes_dictionary_builder.rs} (55%)