lidavidm commented on code in PR #13634: URL: https://github.com/apache/arrow/pull/13634#discussion_r923484781
########## cpp/src/arrow/compute/exec/exec_plan.h: ########## @@ -22,6 +22,10 @@ #include <string> #include <vector> +// FIXME there are too many inclusions here; besides, arrow/compute/exec/util.h +// includes even more, including arrow/util/logging.h which is forbidden +// in public headers. Review Comment: Filed https://issues.apache.org/jira/browse/ARROW-17109 -- 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]
