ildipo commented on code in PR #34575:
URL: https://github.com/apache/arrow/pull/34575#discussion_r1138682749
##########
cpp/src/arrow/compute/api.h:
##########
@@ -38,24 +38,16 @@
/// @{
/// @}
-#include "arrow/compute/exec/expression.h" // IWYU pragma: export
-
-/// \defgroup execnode-options Concrete option classes for ExecNode options
-/// @{
-/// @}
-
-#include "arrow/compute/exec/options.h" // IWYU pragma: export
+#include "arrow/compute/expression.h" // IWYU pragma: export
/// \defgroup execnode-row Utilities for working with data in a row-major
format
/// @{
/// @}
#include "arrow/compute/row/grouper.h" // IWYU pragma: export
-/// \defgroup execnode-components Components associated with ExecNode
+/// \defgroup execnode-components Components associated with ExecBatch
/// @{
/// @}
-#include "arrow/compute/exec.h" // IWYU pragma: export
-#include "arrow/compute/exec/exec_plan.h" // IWYU pragma: export
-#include "arrow/compute/exec/groupby.h" // IWYU pragma: export
+#include "arrow/compute/exec.h" // IWYU pragma: export
Review Comment:
I'll fix the other things in this PR and then make another one to move
ExecBatch
--
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]