BoredPerson opened a new issue, #4781: URL: https://github.com/apache/arrow-datafusion/issues/4781
**Describe the bug** `datafusion-physical-expr` depends on `blake3` which has the semver incompatible feature `traits-preview`. `datafusion-physical-expr` doesn't compile with this feature enabled. **To Reproduce** Compile a crate which depends on `datafusion` and `blake3` with `traits-preview` enabled. **Expected behavior** Compiling without error. **Additional context** `datafusion-physical-expr` only uses `blake3`when the feature `crypto_expressions` is enabled. Disabling this is however not possible because it is a default feature and datafusion doesn't disable the default features of `datafusion-physical-expr`. (eventhough it does have a feature which enables `crypto_expressions`) -- 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]
