sgilmore10 commented on code in PR #35918: URL: https://github.com/apache/arrow/pull/35918#discussion_r1219624876
########## matlab/src/cpp/arrow/matlab/array/proxy/numeric_array.h: ########## @@ -25,6 +25,7 @@ #include "arrow/builder.h" #include "arrow/type_traits.h" +#include "arrow/matlab/error/error.h" #include "arrow/matlab/array/proxy/array.h" #include "arrow/matlab/bit/bit_pack_matlab_logical_array.h" Review Comment: That's a good point. We definitely do want to use `clang-format`. I've made an issue to track this (#35941). -- 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]
