westonpace commented on issue #139:
URL: https://github.com/apache/arrow-cookbook/issues/139#issuecomment-1028697875


   It's not expected.  When I originally put this together I was able to build 
with no warnings.  Since then Arrow-C++ has changed to clang 12.  The build 
server for the cookbook is using clang 11.  The googletest version should be 
pinned.
   
   A less fragile fix perhaps would be to use a much less strict set of 
clang-tidy rules.  The current rules are everything minus some explicitly 
disabled checks.  This is potentially fragile as newer versions of clang-tidy 
add more rules.


-- 
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]


Reply via email to