assignUser commented on PR #46795: URL: https://github.com/apache/arrow/pull/46795#issuecomment-2971405151
Thanks, great work! Just making sure you know about this snippet to apply auto fixes ```bash for file in "${files[@]}"; do shellcheck -f diff $file | git apply done ``` -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org