GitHub user Xuanwo edited a comment on the discussion: Ideas: add directory support for `FileIO`
> So we don't actually require list operation involved here? Yes, implementing compaction doesn't require list operations. I mentioned it here because most services that implement compaction often also need to implement vacuuming to ensure that data is garbage collected on the storage side, which does require list operations. For examples, some data files might been written in the storage but not committed for long. GitHub link: https://github.com/apache/iceberg-rust/discussions/1246#discussioncomment-12967686 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
