R-JunmingChen commented on code in PR #37418:
URL: https://github.com/apache/arrow/pull/37418#discussion_r1316585974
##########
cpp/src/arrow/compute/registry.cc:
##########
@@ -276,6 +276,7 @@ static std::unique_ptr<FunctionRegistry>
CreateBuiltInRegistry() {
// Register core kernels
RegisterScalarCast(registry.get());
RegisterDictionaryDecode(registry.get());
+ RegisterDictionaryCompaction(registry.get());
Review Comment:
Sorry, I have no consideration on these.
> should that be done in the #if ARROW_COMPUTE block below?
Have updated
> Granted, I'm pretty sure doing that would also necessitate moving the
tests out of vector_hash_test.cc since it's built/run unconditionally.
Sure, actully, I have no idea where to place the codes. Do we need to create
a new file `vector_dictionary.cc` and `vector_dictionary_test.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]