pitrou commented on code in PR #46463: URL: https://github.com/apache/arrow/pull/46463#discussion_r2108786467
########## cpp/src/parquet/metadata.cc: ########## @@ -312,14 +313,14 @@ class ColumnChunkMetaData::ColumnChunkMetaDataImpl { return false; } { - // Because we are modifying possible_stats_ in a const method + // Because we are modifying possible_encoded_stats_ in a const method Review Comment: Well, yes, all similar comments. They were blindly copy/pasted anyway :) -- 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