pitrou commented on a change in pull request #11210:
URL: https://github.com/apache/arrow/pull/11210#discussion_r724211611



##########
File path: cpp/src/arrow/compute/exec/exec_plan.h
##########
@@ -23,13 +23,18 @@
 #include <vector>
 
 #include "arrow/compute/exec.h"
+#include "arrow/compute/exec/util.h"
 #include "arrow/compute/type_fwd.h"
 #include "arrow/type_fwd.h"
+#include "arrow/util/async_util.h"
+#include "arrow/util/cancel.h"
 #include "arrow/util/macros.h"
 #include "arrow/util/optional.h"
+#include "arrow/util/thread_pool.h"

Review comment:
       As a general code hygiene concern, the less inclusions there are, the 
faster (or less slow) the compile times.




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