alessandro-nori opened a new pull request, #1025: URL: https://github.com/apache/iceberg-go/pull/1025
## Summary - Adds `MemFS`: a pure Go in-memory `IO` implementation with no external dependencies - Registers the `mem` scheme via `init()` in the root module, removing the need for `io/gocloud` to handle it - `MemFS` implements `WriteFileIO` and `ListableIO`; buckets are keyed by the `mem://bucket/` URI hostname and persist for the process lifetime - Moves mem tests from `io/gocloud` to `io/` and removes the now-unnecessary gocloud import from `table/snapshot_producers_test.go` Part of #696. -- 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]
