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: [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]