RussellSpitzer commented on issue #8951:
URL: https://github.com/apache/iceberg/issues/8951#issuecomment-1785346959

   @zhangbutao 
   Iceberg cannot have partitions without data files. Either there is a file 
which has a tuple for a partition or not. If there is no file entry then the 
partition cannot be empty. This is why I asked if you checked the "files" 
metadata table. If the Files metadata table has no tuples of {data: a} then 
there is not partition data = a.
   
   Now you can have a partition with no rows, this would happen if you have a 
file for {data:a} but also have delete files which negate all rows in that 
partition. The partitions metadata table does not look at delete 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: [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