gaborkaszab commented on issue #6042:
URL: https://github.com/apache/iceberg/issues/6042#issuecomment-1310484363

   Well, my plan was to keep the existing columns in the partitions metadata 
table intact and add some delete file related ones on top. Currently, I only 
dealt with position deletes and my plan was to add 2 counters: # of pos delete 
files and # of rows within these position delete files.
   I haven't given a thought to equality deletes. The # of files might be 
useful for some extent but I don't know if the row count would give us any 
further insight for query planning or table maintenance. To have parity between 
the 2 types of delete files we might want to add the equality delete row count 
as well.
   I for sure didn't plan to apply the delete files to have counters that 
reflect the remaining rows/files.


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