edponce commented on a change in pull request #12084:
URL: https://github.com/apache/arrow/pull/12084#discussion_r779308490



##########
File path: cpp/src/arrow/CMakeLists.txt
##########
@@ -422,7 +422,9 @@ if(ARROW_COMPUTE)
        compute/kernels/scalar_nested.cc
        compute/kernels/scalar_random.cc
        compute/kernels/scalar_set_lookup.cc
-       compute/kernels/scalar_string.cc
+       compute/kernels/scalar_string_common.cc

Review comment:
       The current convention is to suffix file names with `_internal` when its 
contents are local common utilities. Based on this, I suggest 
`scalar_string_common.cc` --> `scalar_string_internal.cc`.




-- 
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]


Reply via email to