wecharyu commented on code in PR #49527:
URL: https://github.com/apache/arrow/pull/49527#discussion_r2971211903


##########
cpp/src/parquet/file_writer.h:
##########
@@ -34,6 +34,13 @@ class ColumnWriter;
 static constexpr uint8_t kParquetMagic[4] = {'P', 'A', 'R', '1'};
 static constexpr uint8_t kParquetEMagic[4] = {'P', 'A', 'R', 'E'};
 
+struct PARQUET_EXPORT BufferedStats {

Review Comment:
   Added the comment.



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