bkietz commented on a change in pull request #11080:
URL: https://github.com/apache/arrow/pull/11080#discussion_r714194260



##########
File path: cpp/src/arrow/compute/kernels/codegen_internal.h
##########
@@ -1278,6 +1278,9 @@ void ReplaceNullWithOtherType(std::vector<ValueDescr>* 
descrs);
 ARROW_EXPORT
 void ReplaceTypes(const std::shared_ptr<DataType>&, std::vector<ValueDescr>* 
descrs);
 
+ARROW_EXPORT
+void ReplaceTypes(const std::shared_ptr<DataType>&, ValueDescr* descrs, size_t 
count);

Review comment:
       https://issues.apache.org/jira/browse/ARROW-14083




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