Marwes opened a new pull request #731: URL: https://github.com/apache/arrow-rs/pull/731
`--no-default-features` is currently broken in the parquet crate due to arrow being required. With some small tweaks it can be made entirely optional. Added some extra steps to catch when `--no-default-features` does not work on CI as well. # Are there any user-facing changes? BREAKING CHANGE The items exported from `parquet`'s `test_common` module is now only exported if the `test` feature is used. -- 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]
