raulcd commented on code in PR #47749:
URL: https://github.com/apache/arrow/pull/47749#discussion_r2418922615


##########
cpp/src/arrow/CMakeLists.txt:
##########
@@ -780,7 +780,6 @@ if(ARROW_COMPUTE)
        compute/kernels/scalar_temporal_binary.cc
        compute/kernels/scalar_temporal_unary.cc
        compute/kernels/scalar_validity.cc
-       compute/kernels/temporal_internal.cc

Review Comment:
   that's a good find! Thanks for the fix! 
   Does this kernel has to be part of libarrow core, can't it be part of 
libarrow_compute instead? Maybe @rok 
   We should try to keep on libarrow only the core kernels (like cast, 
etcetera) that are required for libarrow.



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