Skip to content

feat(io): add native in-memory FS#1024

Closed
alessandro-nori wants to merge 1 commit into
apache:mainfrom
alessandro-nori:anori/696-add-mem-io
Closed

feat(io): add native in-memory FS#1024
alessandro-nori wants to merge 1 commit into
apache:mainfrom
alessandro-nori:anori/696-add-mem-io

Conversation

@alessandro-nori
Copy link
Copy Markdown
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant