You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/05/29 16:12:38 UTC

[GitHub] [arrow-datafusion] tustvold commented on issue #6476: Configurable error handling in `FileStream`

tustvold commented on issue #6476:
URL: https://github.com/apache/arrow-datafusion/issues/6476#issuecomment-1567317564

   FWIW the way IOx handles this particular issue is to make use of soft-deletes, i.e. the file is only deleted from the catalog, and later (e.g. 1 day) removed from the underlying backing store. Not sure if this would be practical for your use-case, just thought I would mention it. Permitting missing files would of course result in a loss of transaction isolation


-- 
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: github-unsubscribe@arrow.apache.org

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