cyb70289 commented on code in PR #46034:
URL: https://github.com/apache/arrow/pull/46034#discussion_r2032282653


##########
cpp/src/arrow/util/cpu_info_test.cc:
##########
@@ -0,0 +1,21 @@
+#include <gtest/gtest.h>
+#include "arrow/util/cpu_info.h"
+
+#ifdef __linux__
+#include <sched.h>
+#endif
+
+TEST(CpuInfoTest, CpuAffinity) {

Review Comment:
   Looks this test will never fail? But I don't have better suggestion :)



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