alamb opened a new issue, #6495: URL: https://github.com/apache/arrow-datafusion/issues/6495
### Describe the bug https://github.com/apache/arrow-datafusion/actions/runs/5125505760/jobs/9218772590 Fails with ``` error: symbol `init___rust_ctor___ctor` is already defined --> datafusion/optimizer/src/scalar_subquery_to_join.rs:311:5 | 311 | #[ctor::ctor] | ^^^^^^^^^^^^^ | = note: this error originates in the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info) error: could not compile `datafusion-optimizer` due to previous error ``` ### To Reproduce If you run `cargo update` ``` Updating ctor v0.2.0 -> v0.2.1 ``` Then the link error will happen It appears this crate was released about the same time as our CI started failing: https://crates.io/crates/ctor/0.2.1 ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
