amitgilad3 commented on issue #9833:
URL: https://github.com/apache/iceberg/issues/9833#issuecomment-1971750782

   Hey @bk-mz , If you are trying to compact the files with positional deletes 
and remove you need to run compaction on the data files themselves , like this: 
   1. first run rewrite_position_delete_files
   2. 
   ```
   CALL catalog_name.system.rewrite_data_files(table => 'db.sample', options => 
map('delete-file-threshold','1'))
   ```


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