szehon-ho opened a new issue, #6042:
URL: https://github.com/apache/iceberg/issues/6042

   ### Feature Request / Improvement
   
   @ajantha-bhat brought up that Partitions table fields 'file_count' and 
'record_count' are not reflecting delete files, and was interested to fix it.
   
   One possibility is to add 'pos_delete_x' and 'eq_delete_x' to these two 
fields, so:
   
   - file_count
   - record_count
   - pos_delete_file_count
   - pos_delete_record_count
   - eq_delete_file_count
   - eq_delete_record_count
   
   Was trying to come up with smallest number of columns, this was the least i 
could think of and still convey the information.
   
   @rdblue @aokolnychyi for any thoughts
   
   ### Query engine
   
   Spark


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to