alamb opened a new pull request, #1696: URL: https://github.com/apache/arrow-rs/pull/1696
# Which issue does this PR close? Closes # https://github.com/apache/arrow-rs/issues/1695 # Rationale for this change I broke docs.rs build by merging https://github.com/apache/arrow-rs/pull/1349 without testing it first (shame on me!) # What changes are included in this PR? Fix the build by removing unneeded part of 1349 I tested this by temporarily publishing an ancient version of parquet to crates.io from this branch https://github.com/alamb/arrow-rs/tree/alamb/test_crates_publish and verifying the docs built correctly You can see the results here: * https://crates.io/crates/parquet/0.18.1 * https://docs.rs/parquet/0.18.1/parquet/ # Are there any user-facing changes? Docs will work correctly when published on crates.io cc @HaoYang670 @viirya @tustvold -- 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]
