kou commented on PR #46034:
URL: https://github.com/apache/arrow/pull/46034#issuecomment-2788088723

   > We generally put various platform abstractions in arrow/util/io_util.h.
   
   Oh, we have `GetThreadId()`, `GetCurrentRSS()`, ... in 
`arrow/util/io_util.h`... I feel that it's strange because it's not related to 
IO.
   
   > Also, in the future we ideally want to replace CpuInfo with a third-party 
library, which is easier if we don't add more functionality to it.
   
   I think that we can wrap a third-party library and implement missing 
features by ourselves (or mix multiple third-party libraries).


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