Skip to content

Can't publish datafusion-spark crate due to error #16383

Closed
@alamb

Description

@alamb

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions