mapleFU commented on PR #34555:
URL: https://github.com/apache/arrow/pull/34555#issuecomment-1475553266

   How do you use arrow compression? Are you using C++ SDK or C SDK? If you're 
using C++ sdk, the name and namespace would be like `arrow::util::Compression` 
and `parquet::Compression`. How did you meet conflict here?
   
   Seems that if you code like:
   
   ```
   using namespace rocksdb;
   using namespace parquet;
   using namespace arrow::util;
   ```
   
   It's likely to conflict. But that's not the reason to change the name for it.


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