ajantha-bhat commented on issue #6042:
URL: https://github.com/apache/iceberg/issues/6042#issuecomment-1316362986
> But what about record_count and file_count? Will file_count be 3 (is it
supposed to be the total number of data files, including delete files)? And
record_count? When is it possible to correctly compute the record_count using
metadata alone (without applying delete files)?
record_count and file_count is just be data files record_count and
file_count (not the delete files). So, it won't be modified for the delete
operation. (may be we have to rename the columns)
> What should the behavior be (should there be an entry for {B} and if so,
what should be shown for it? and for {C}?)?
The update is a delete + append operation. So, `<table>.partitions` will
show entries for both {B} and {C} I think.
cc: @szehon-ho
--
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]