pitrou commented on a change in pull request #7776:
URL: https://github.com/apache/arrow/pull/7776#discussion_r455250939



##########
File path: cpp/src/arrow/dataset/filter.cc
##########
@@ -931,6 +931,22 @@ Result<std::shared_ptr<DataType>> 
FieldExpression::Validate(const Schema& schema
   return null();
 }
 
+Result<Datum> CastOrDictionaryEncode(const Datum& arr,

Review comment:
       This doesn't seem to be static nor in the anonymous namespace?
   (ditto for other private functions in this file?)




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to