Re: [PR] Setup correct version of rust in CI [datafusion]

2025-03-03 Thread via GitHub
alamb commented on code in PR #14992: URL: https://github.com/apache/datafusion/pull/14992#discussion_r1978152597 ## .github/actions/setup-builder/action.yaml: ## @@ -36,9 +35,9 @@ runs: # rustfmt is needed for the substrait build script run: | RETRY=("ci/

Re: [PR] Setup correct version of rust in CI [datafusion]

2025-03-03 Thread via GitHub
alamb commented on code in PR #14992: URL: https://github.com/apache/datafusion/pull/14992#discussion_r1978152142 ## .github/actions/setup-builder/action.yaml: ## @@ -17,14 +17,13 @@ name: Prepare Rust Builder description: 'Prepare Rust Build Environment' -inputs: Review Co

[PR] Setup correct version of rust in CI [datafusion]

2025-03-03 Thread via GitHub
alamb opened a new pull request, #14992: URL: https://github.com/apache/datafusion/pull/14992 ## Which issue does this PR close? - Follow on to https://github.com/apache/datafusion/pull/14990 - Related to https://github.com/apache/datafusion/issues/14982 ## Rationale for this