RussellSpitzer commented on issue #15285:
URL: https://github.com/apache/iceberg/issues/15285#issuecomment-3879182246

   Remove orphan files isn't for removing metadata, just files that are no 
longer known to the table (Usually in case of error). So be careful you are 
using it correctly. Expire Snapshots will remove metadata.
   
   
   As for the issue, it should work for any file system which supports prefix 
listing. Did you call it like
   
   ```sql
   CALL catalog_name.system.remove_orphan_files(
     table => 'db.sample', 
     prefix_listing => true
   );
   ```


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