pitrou commented on code in PR #36846: URL: https://github.com/apache/arrow/pull/36846#discussion_r1336837386
########## cpp/src/arrow/table.h: ########## @@ -23,6 +23,7 @@ #include <vector> #include "arrow/chunked_array.h" // IWYU pragma: keep +#include "arrow/compute/cast.h" Review Comment: Still no fine, and the suggestion I made in https://github.com/apache/arrow/pull/36846/files/1c5643c4a855ca7a29fdbc4e3b83acd4e3d2af96#r1290117358 still holds. ########## cpp/src/arrow/table.h: ########## @@ -23,6 +23,7 @@ #include <vector> #include "arrow/chunked_array.h" // IWYU pragma: keep +#include "arrow/compute/cast.h" Review Comment: Still not fine, and the suggestion I made in https://github.com/apache/arrow/pull/36846/files/1c5643c4a855ca7a29fdbc4e3b83acd4e3d2af96#r1290117358 still holds. -- 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]
