wgtmac commented on code in PR #39055:
URL: https://github.com/apache/arrow/pull/39055#discussion_r1413516066
##########
cpp/src/parquet/column_writer.h:
##########
@@ -175,6 +175,9 @@ class PARQUET_EXPORT ColumnWriter {
/// total_bytes_written().
virtual int64_t total_compressed_bytes_written() const = 0;
+ /// \brief Estimated size of the values that are not written to a page yet.
+ virtual int64_t EstimatedBufferedValueBytes() const = 0;
Review Comment:
It is unrelated, but the naming looks weird after relocation...
--
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]