You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "kingwind94 (via GitHub)" <gi...@apache.org> on 2023/03/06 01:50:50 UTC

[GitHub] [iceberg] kingwind94 commented on issue #6995: How do I know which partition has delete files and the count?

kingwind94 commented on issue #6995:
URL: https://github.com/apache/iceberg/issues/6995#issuecomment-1455307620

   > There is a pr for this #6661.
   > 
   > But for now, you can check out data_files and delete_files table. Just group both by partition, do count(*).
   > 
   > The problem is now, RewriteDataFiles applies but doesn't remove delete files. I'm planning to work on that now, via implementing RewritePositionDeleteFiles (minor compaction of delete files), which will during the rewrite, drop obsolete position deletes. It's in progress.
   
   Sorry but could you tell me how to query the data_files and delete_files table? "select * from hive_catalog.iceberg_db.iceberg_table.delete_files" doesn't seem to work. I am using 0.13.2 version. 


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org