pitrou commented on code in PR #48615: URL: https://github.com/apache/arrow/pull/48615#discussion_r2682958890
########## cpp/src/arrow/array/util.cc: ########## @@ -15,18 +15,18 @@ // specific language governing permissions and limitations // under the License. -#include "arrow/array/util.h" Review Comment: Our style conventions currently favor putting the `.h` inclusion corresponding to a `.cc` file at the top of said `.cc` file, so you could leave this as-is. (no strong feelings from me, though) -- 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]
