alamb opened a new pull request, #6979:
URL: https://github.com/apache/arrow-rs/pull/6979
# Which issue does this PR close?
- Part of #6667
# Rationale for this change
Per @Dandandan's comments on
https://github.com/apache/arrow-rs/pull/6668#discussion_r1825072735, let's make
this package optional to provide an "escape hatch" if anyone downstream hits
issues.
I made it a separate PR per @doki23's suggestion
https://github.com/apache/arrow-rs/pull/6668#issuecomment-2560586578
# What changes are included in this PR?
1. Add `simdutf8` feature, which controls the use of `simdutf8` for utf8
validation
2. Expand Documentation and examples
3. Refactor validation code into its own method for simplicity
# Are there any user-facing changes?
1. New crate feature
2. New public function for faster utf8 validation
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
<!---
If there are any breaking changes to public APIs, please call them out.
-->
--
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]