jorisvandenbossche commented on code in PR #39065:
URL: https://github.com/apache/arrow/pull/39065#discussion_r1414195732
##########
cpp/src/arrow/dataset/file_parquet.h:
##########
@@ -175,7 +175,7 @@ class ARROW_DS_EXPORT ParquetFileFragment : public
FileFragment {
Result<std::shared_ptr<Fragment>> Subset(std::vector<int> row_group_ids);
static std::optional<compute::Expression> EvaluateStatisticsAsExpression(
- const Field& field, const parquet::Statistics& statistics);
+ const Field& field, const FieldRef& field_ref, const
parquet::Statistics& statistics);
Review Comment:
This is public API? So I can add a variant with the original signature that
creates a FieldRef from the Field?
--
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]