sarutak opened a new pull request, #7123: URL: https://github.com/apache/arrow-datafusion/pull/7123
Closes #7122 # Rationale for this change Sometimes, `rust-version` in Cargo.toml tends to be out of sync with the actual MSRV. So, it's nice to have a MSRV check as a CI process. # What changes are included in this PR? Added a MSRV check job to GA for some packages `datafusion`, `datafusion-substrait`, `datafusion-proto` and `datafusion-cli` which are intended to be published. The following packages are also intended to be published but `datafusion` depends on them. So, this PR doesn't include MSRV check for them. * datafusion-expr * datafusion-optimizer * datafusion-physical-expr * datafusion-sql * datafusion-execution # Are these changes tested? GA. # Are there any user-facing changes? No -- 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]
