alamb opened a new pull request, #25277: URL: https://github.com/apache/datafusion/pull/25277
- Part of https://github.com/apache/datafusion/issues/24462 - Fixes https://github.com/apache/datafusion/issues/24474 on branch-55 This PR: - Backports https://github.com/apache/datafusion/pull/24351 from @dentiny to the branch-55 line ## Rationale As noted in https://github.com/apache/datafusion/issues/24462#issuecomment-5637098663, publishing `datafusion-spark` for the 55.1.0 release required a manual local change because the crate does not compile without its optional `core` feature (see https://github.com/apache/datafusion/issues/24474). Backporting this fix means a future 55.2.0 release can be published without manual intervention. Verified locally that `cargo check -p datafusion-spark --no-default-features` now succeeds on this branch (it fails on `branch-55` without this change). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
