Dandandan opened a new pull request, #10086:
URL: https://github.com/apache/arrow-rs/pull/10086

   ## Summary
   - replace the `snap` crate with `snipsnap` in parquet and arrow-avro while 
preserving existing feature names
   - use `snipsnap::decompress_into_uninit` in Parquet Snappy decompression to 
append through spare `Vec` capacity
   - update Avro Snappy docs and Cargo.lock
   
   ## Validation
   - `cargo fmt --check`
   - `git diff --check -- Cargo.lock arrow-avro/Cargo.toml arrow-avro/README.md 
arrow-avro/src/compression.rs parquet/Cargo.toml 
parquet/src/bin/parquet-fromcsv.rs parquet/src/compression.rs 
parquet/src/errors.rs`
   - `cargo check --locked -p parquet --no-default-features --features snap`
   - `cargo check --locked -p arrow-avro --no-default-features --features 
snappy`
   - `cargo check --locked -p parquet -p arrow-avro --all-features`
   - `cargo test -p parquet --no-default-features --features snap 
compression::tests::test_codec_snappy`
   - `cargo test -p arrow-avro test_roundtrip_nested_lists_writer`
   - `cargo test -p parquet --features cli test_convert_csv_to_parquet`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to