pitrou commented on code in PR #37174: URL: https://github.com/apache/arrow/pull/37174#discussion_r1296192914
########## cpp/src/arrow/c/bridge_test.cc: ########## @@ -31,6 +31,7 @@ #include "arrow/c/bridge.h" #include "arrow/c/helpers.h" #include "arrow/c/util_internal.h" +#include "arrow/compute/api_vector.h" Review Comment: > Can I create an issue about this to be fixed outside the context of this PR? That sounds ok to me. > I could make RunEndEncode usable without the entirety of api_vector.h --- as a C++ API utility function that is shared between the compute kernel and internal code like the test utilities? Yep! -- 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]
