alamb opened a new issue, #16383: URL: https://github.com/apache/datafusion/issues/16383
### Describe the bug Filing a ticket for something @xudong963 hit today (I can't remember where this was mentioned): When trying to publish the `datafusion-spark` crate it generates the following error ``` error[E0432]: unresolved import `datafusion_functions::crypto::basic` --> datafusion/spark/src/function/hash/sha2.rs:29:39 | 29 | pub use datafusion_functions::crypto::basic::{sha224, sha256, sha384, sha512}; | ^^^^^ could not find `basic` in `crypto` ``` ### To Reproduce Interestingly, when I was working on some documentation as part of - https://github.com/apache/datafusion/issues/15915 I also hit the same error. ### Expected behavior _No response_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org