fallintoplace opened a new pull request, #1604: URL: https://github.com/apache/iceberg-go/pull/1604
## Summary - synthesize root and intermediate directory entries in `MemFS.WalkDir` - emit entries in lexical order - implement `SkipDir` and `SkipAll` behavior - keep callbacks outside the filesystem lock ## Why `ListableIO.WalkDir` requires callbacks for every file or directory, including the root. MemFS previously emitted only files in map iteration order, so directory-aware behavior and `SkipDir` differed from other filesystem implementations. ## Testing - `go test ./io` -- 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]
