westonpace commented on code in PR #12289:
URL: https://github.com/apache/arrow/pull/12289#discussion_r868724010
##########
cpp/src/arrow/compute/exec/util.h:
##########
@@ -280,7 +282,7 @@ class AtomicCounter {
std::atomic<bool> complete_{false};
};
-class ThreadIndexer {
+class ARROW_EXPORT ThreadIndexer {
Review Comment:
Ah, it seems we are using these utilities in our unit tests. I hadn't
thought that needed export but I suppose it does.
--
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]