alessandro-nori opened a new pull request, #1024:
URL: https://github.com/apache/iceberg-go/pull/1024

   ## Summary
   
   - Adds `MemFS`: a pure Go in-memory `IO` implementation with no external 
dependencies
   - Replaces `gocloud.dev/blob/memblob` usage in `inferFileIOFromSchema` with 
`MemFS`
   - `MemFS` implements `WriteFileIO` and `ListableIO`; buckets are identified 
by the `mem://bucket/` URI hostname and persist for the process lifetime
   
   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]

Reply via email to