jkylling commented on PR #7307:
URL: https://github.com/apache/arrow-rs/pull/7307#issuecomment-3436960965

   > @jkylling what tests did you use to run on each push? Wondering about the 
minimal dev loop I can do before pushing.
   
   It's been a while since I worked on this, but this is what showed up in my 
shell history:
   ```
   # variations of the below for running tests
   cargo test -p parquet --lib --features async
   cargo test -p parquet --lib --features async -- test_read_only_row_numbers
   # Also this to format the crate 
https://github.com/apache/arrow-rs/issues/6179
   cargo fmt -p parquet -- --config skip_children=true `find ./parquet -name 
"*.rs" \! -name format.rs`
   ```


-- 
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