eshishki commented on PR #12254:
URL: https://github.com/apache/iceberg/pull/12254#issuecomment-2747681538

   @liziyan-lzy i have 2 tables
   invoices and invoices_payments
   i run remove_orphane_files('invoices')
   this patch uses listprefix api to search for files for invoices tables
   basically it returns data for invoices* and deletes files for 
invoices_payments as they are not part of invoices manifests
   
   i fixed it by passing location option with invoices/, slash here is important
   i think it should be done by default
    


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