felipecrv commented on code in PR #35002:
URL: https://github.com/apache/arrow/pull/35002#discussion_r1164730135
##########
cpp/src/arrow/CMakeLists.txt:
##########
@@ -402,6 +402,7 @@ list(APPEND
compute/registry.cc
compute/kernels/codegen_internal.cc
compute/kernels/row_encoder.cc
+ compute/kernels/ree_util_internal.cc
Review Comment:
`RunEndEncode` is extremely useful when writing unit tests, so I would
consider this "core" and `RunEndDecode` will probably play a central role in
`compute` as something we can reach out to whenever a function can't handle REE
directly.
--
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]