kevingurney commented on pull request #10614: URL: https://github.com/apache/arrow/pull/10614#issuecomment-870095510
The most recent CI failures seem to be related to `cmake-format` checks failing on `arrow/cpp/cmake_modules/ThirdpartyToolchain.cmake`: ```bash ERROR __main__.py:618: Check failed: /arrow/cpp/cmake_modules/ThirdpartyToolchain.cmake ``` It didn't seem like this file was supposed to be formatted using `cmake-format` since a large portion of the lines that were unmodified by this PR did not match the expected style when we originally tried running the CMake linting checks using `archery`. Given this fact, I'm assuming its safe to ignore this CI failure, but let me know if I should also format `ThirdpartyToolchain.cmake` using `cmake-format`. -- 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]
