abgros opened a new issue, #9672:
URL: https://github.com/apache/arrow-rs/issues/9672

   I noticed that this project has a transitive dependency on the regex crate 
via `arrow-string`. Apparently the purpose of this is to allow you to run 
queries on a string column to see whether they match a regex. I am not using 
this functionality, yet `regex` is unconditionally pulled, resulting in bloated 
compile times and build sizes. Please put this behind a (perhaps default) 
feature flag so we aren't unnecessarily pulling this heavy dependency.


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