You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/15 18:47:49 UTC

[GitHub] [arrow] bkietz commented on a change in pull request #7776: ARROW-9486: [C++][Dataset] Support implicit cast of InExpression::set to dict

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



##########
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:
       https://issues.apache.org/jira/browse/ARROW-9492




----------------------------------------------------------------
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:
users@infra.apache.org