wgtmac commented on code in PR #18:
URL: https://github.com/apache/orc-format/pull/18#discussion_r2034293027


##########
specification/ORCv2.md:
##########
@@ -301,6 +378,9 @@ message ColumnStatistics {
  optional BinaryStatistics binaryStatistics = 8;
  optional TimestampStatistics timestampStatistics = 9;
  optional bool hasNull = 10;
+ optional uint64 bytes_on_disk = 11;
+ optional CollectionStatistics collection_statistics = 12;

Review Comment:
   I've created https://github.com/apache/orc-format/pull/22 to address this.



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