rtpsw commented on code in PR #14043: URL: https://github.com/apache/arrow/pull/14043#discussion_r1016263458
########## cpp/src/arrow/compute/exec.h: ########## @@ -30,7 +30,7 @@ #include "arrow/array/data.h" #include "arrow/compute/exec/expression.h" -#include "arrow/compute/type_fwd.h" +#include "arrow/compute/registry.h" Review Comment: Yes, it becomes unnecessary when the forward-declaration are moved to `compute/type_fwd.h`, as you suggested below. -- 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]
