mapleFU commented on code in PR #49527:
URL: https://github.com/apache/arrow/pull/49527#discussion_r2960599096
##########
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:
BufferedStats is a bit weird naming for me. AFAIK, if we append column batch
by batch, before flushing the row-group, the pages are still "buffered". Can we
choose a better name or add the comment for it?
--
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]