wesm commented on a change in pull request #7602: URL: https://github.com/apache/arrow/pull/7602#discussion_r448028250
########## File path: r/src/array_to_vector.cpp ########## @@ -673,6 +676,17 @@ class Converter_Null : public Converter { } }; +bool arrays_can_fit_integer(ArrayVector arrays) { Review comment: nit: not sure if it's worth the effort of following the C++ guide viz-a-viz function naming ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org