bkietz commented on a change in pull request #7410: URL: https://github.com/apache/arrow/pull/7410#discussion_r439445910
########## File path: cpp/src/arrow/compute/kernels/codegen_internal.h ########## @@ -181,8 +180,7 @@ struct GetOutputType<Type, enable_if_has_c_type<Type>> { }; template <typename Type> -struct GetOutputType< - Type, enable_if_t<is_string_like_type<Type>::value>> { +struct GetOutputType<Type, enable_if_t<is_string_like_type<Type>::value>> { using T = std::string; }; Review comment: I don't know; very odd. It appears to have only affected this file. `clang-format-8` is being used both locally and in CI ---------------------------------------------------------------- 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