Omega359 opened a new issue, #9308: URL: https://github.com/apache/arrow-datafusion/issues/9308
### Describe the bug Introduced in https://github.com/apache/arrow-datafusion/pull/9263 there is two bugs with this file 1. The bash syntax is incorrect. 2. The format command is not run with --check. scripts run in ci should only ever check syntax, not fix it. That is the responsibility of the developer. 3. ### To Reproduce Attempt to run /dev/rust-lint.sh which calls this script among others. ### Expected behavior The toml files are checked for syntax issues correctly but are not automatically fixed. ### Additional context _No response_ -- 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]
