You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/06 09:20:06 UTC

[GitHub] [arrow] jvanstraten commented on a change in pull request #12084: ARROW-15029: [C++] Split compute/kernels/scalar_string.cc

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



##########
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:
       Okay, done in 36e134b. Based on other `*_internal.h` files, I guess that will also satisfy the linter w.r.t. `RETURN_NOT_OK` macro usage in the corresponding header file?




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org