vyasr commented on issue #662: URL: https://github.com/apache/arrow-nanoarrow/issues/662#issuecomment-2581343151
OK, following up on [our discussion from the cudf PR](https://github.com/rapidsai/cudf/pull/17476#issuecomment-2581198372) I've managed to create a minimal example that can be easily built without any reliance on cudf. The code itself is a bit wonky, though, and the fact that I struggled to reduce it beyond its current state makes me think that this may actually be a bug in clang-tidy's analyzer. I'll let you play with it and see what you think though, maybe the clang-tidy warning is correct but clang-tidy just struggles to find enough information to track down the problem without very specific circumstances that are very easily changed. [This repo](https://github.com/vyasr/nanoarrow_clang_tidy_error) has the example. You should be able to simply create a conda environment with the file there and then run the build script (standard CMake build). -- 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]
