sdf-jkl opened a new pull request, #11056: URL: https://github.com/apache/arrow-rs/pull/11056
# Which issue does this PR close? Related to #6917. # Rationale for this change The endianness support and testing expectations discussed in #6917 are not currently stated in the repository's user documentation. Users should be able to find these limitations when choosing a crate. # What changes are included in this PR? Add a Platform Support section to the root README and the API landing page of every published library crate. It states that only little-endian platforms are officially supported and tested in CI, while big-endian platforms are untested and may not work correctly. Big-endian fixes are welcome on a best-effort basis, with no compatibility guarantee. Each crate includes the full paragraph because it can be consumed independently. # Are these changes tested? Documentation only. `cargo fmt --all -- --check` and `git diff --check` pass. Verified that the root README and all 25 published library crates contain identical policy wording. # Are there any user-facing changes? Documents the platform support and testing expectations. No API or runtime behavior changes. -- 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]
