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 492bba98fba docs: Fix broken links of object_store_opendal README
(#5929)
add 3930d5b056b Write Bloom filters between row groups instead of the end
(#5860)
No new revisions were added by this update.
Summary of changes:
parquet/Cargo.toml | 8 +++
parquet/examples/write_parquet.rs | 131 ++++++++++++++++++++++++++++++++++
parquet/src/arrow/arrow_writer/mod.rs | 28 +++++++-
parquet/src/arrow/async_writer/mod.rs | 4 +-
parquet/src/file/metadata.rs | 5 ++
parquet/src/file/properties.rs | 36 ++++++++++
parquet/src/file/writer.rs | 117 ++++++++++++++++++------------
7 files changed, 277 insertions(+), 52 deletions(-)
create mode 100644 parquet/examples/write_parquet.rs