R-JunmingChen commented on code in PR #37418:
URL: https://github.com/apache/arrow/pull/37418#discussion_r1320528688


##########
cpp/src/arrow/compute/api_vector.cc:
##########
@@ -327,6 +327,10 @@ Result<Datum> DictionaryEncode(const Datum& value, const 
DictionaryEncodeOptions
   return CallFunction("dictionary_encode", {value}, &options, ctx);
 }
 
+Result<Datum> DictionaryCompaction(const Datum& value, ExecContext* ctx) {
+  return CallFunction("dictionary_compaction", {value}, ctx);

Review Comment:
   indeed, let me update 



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