paleolimbot commented on issue #4638: URL: https://github.com/apache/arrow-adbc/issues/4638#issuecomment-5143144829
It might go away if we remove the `static const`. I've run into one other issue with the gcc-asan check in Abseil that is a false positive specifically related to `const` evaluation. For that one neither CRAN nor Abseil is willing to do anything about it so we're in a fun stalemate where I just have to use a years-old version of Abseil 🙄 Another possible solution is to pick the commit that updates the C++ standard which might massage it into no longer failing. -- 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]
