JerAguilon commented on code in PR #38380:
URL: https://github.com/apache/arrow/pull/38380#discussion_r1372414105
##########
cpp/build-support/lint_cpp_cli.py:
##########
@@ -77,6 +77,7 @@ def lint_file(path):
EXCLUSIONS = _paths('''\
+ arrow/acero/concurrent_queue.h
Review Comment:
`concurrent_queue.h` relies on `<mutex>` which fails the linter. LMK if
there's a workaround aside from this.
--
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]