dongjoon-hyun commented on code in PR #18:
URL: https://github.com/apache/orc-format/pull/18#discussion_r2032264096


##########
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:
   Can we handle these two above lines independently because this is irrelevant 
to the `geometry`, @wgtmac ?



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