puchengy opened a new issue, #7949:
URL: https://github.com/apache/iceberg/issues/7949

   ### Apache Iceberg version
   
   1.3.0 (latest release)
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   The current behavior is migrate/ snapshot action will add the file even 
without any record into the Iceberg table. This part is fine but it create 
issues later on. For example, if an Iceberg table contains a partition that 
only have files without any record, `delete from table where partition = 
emptey_partition` will not be able to drop that partition.
   
   Ideally we should skip adding those files to the table.


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