akashjainn commented on issue #21048: URL: https://github.com/apache/datafusion/issues/21048#issuecomment-5719758265
I'd like to take the **Large file check** item. Plan, following #25359: move the size check out of the inline `run:` block in `.github/workflows/large_files.yml` into `ci/scripts/check_large_files.sh`. The script takes a base ref and defaults to the merge base with `origin/main`, so it can run on a local branch; CI passes the PR or merge-queue SHAs it already has. The workflow's `run:` line becomes a call to the script so CI and the local suite share one definition, and `dev/rust_lint.sh` gets it as a read-only step. -- 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]
