pitrou commented on code in PR #46992: URL: https://github.com/apache/arrow/pull/46992#discussion_r2192854764
########## cpp/src/parquet/statistics.cc: ########## @@ -821,6 +836,9 @@ class TypedStatisticsImpl : public TypedStatistics<DType> { Copy(comparator_->Compare(min_, min) ? min_ : min, &min_, min_buffer_.get()); Copy(comparator_->Compare(max_, max) ? max : max_, &max_, max_buffer_.get()); } + // Set is_{min/max}_value_exact to true when min/max are set. Review Comment: This comment is a bit pointless, no? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org