pitrou commented on code in PR #50157:
URL: https://github.com/apache/arrow/pull/50157#discussion_r3412683314


##########
cpp/src/parquet/thrift_internal.h:
##########
@@ -290,6 +297,14 @@ static inline EncodedStatistics FromThrift(const 
format::Statistics& stats) {
   return out;
 }
 
+static inline EncodedStatistics FromThrift(const format::Statistics& stats) {

Review Comment:
   Shouldn't we fix the page header decoding code path then? Otherwise we're 
having inconsistent handling of data page vs. column chunk statistics.



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