Omega359 commented on code in PR #13876: URL: https://github.com/apache/datafusion/pull/13876#discussion_r1896192661
########## .github/actions/setup-builder/action.yaml: ########## @@ -42,6 +42,8 @@ runs: "${RETRY[@]}" rustup component add rustfmt - name: Configure rust runtime env uses: ./.github/actions/setup-rust-runtime + - name: Setup Rust cache + uses: Swatinem/rust-cache@v2 Review Comment:  Essentially the same as the 'cold' test I did (cache unpopulated). Up to you, I have no objections either way. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org