ajantha-bhat commented on PR #11216:
URL: https://github.com/apache/iceberg/pull/11216#issuecomment-2614035260

   @deniskuzZ: While designing the spec 
(https://iceberg.apache.org/spec/#partition-statistics-file), we have added 
`totalRecordCount` to represent the record count after applying the delete 
file. It is optional field and hence not computed at the moment as it requires 
scanning all the data files and it can be expensive operation. 
   
   > Could we extends the PartitionStats with totalFileSizeInBytes metric?
   
   Let us wait for the merge of this PR. After that we can open the discussion 
to add additional stats for partition stats spec. For example some folks want 
min max stats also https://github.com/apache/iceberg/issues/11083. 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to