Closed
Description
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
I also hit the same error.
Expected behavior
No response
Additional context
No response