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


##########
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:
   Before merging, can we please remove those comments? They are wrong (we are 
not doing it because it is a const method, but for thread safety).



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

Reply via email to