mikelui opened a new issue, #34932: URL: https://github.com/apache/arrow/issues/34932
### Describe the enhancement requested In #13775 flatbuffers was moved to a private namespace because it was causing ODR issues. I've seen the. same problems working with some of the vendored libraries: https://github.com/apache/arrow/tree/main/cpp/src/arrow/vendored I saw at least one of the libraries is already in an arrow_vendored namespace: https://github.com/apache/arrow/tree/main/cpp/src/arrow/vendored/fast_float I'm thinking all of the vendored libraries should be put in the `arrow_vendored` namespace. Is there any reason this isn't done, or has it just not been on the radar? ### Component(s) C++ -- 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]
