raulcd commented on PR #47168: URL: https://github.com/apache/arrow/pull/47168#issuecomment-3103336344
The Python failures are unrelated, I just merged the fix on main, if you rebase they will go away. It seems the newer clang-format pre-commit (from 16.0.0) fails on Ubuntu 22.04 because `textproto` was added to identify [2.5.20](https://github.com/pre-commit/identify/commit/99968e41a8ed1a0b1a8c42e80f65be5d5ee574c3) but Ubuntu seems to be using indentify 2.4.10-1 (https://packages.ubuntu.com/jammy/python3-identify). @kou is using the system pre-commit a requirement? I am unsure what the discussion was when we moved from archery lint to pre-commit. Some info on when this was added: - https://github.com/apache/arrow/issues/46798 -- 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]
