You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/12/07 00:02:53 UTC

[GitHub] [iceberg] mayuropensource edited a comment on pull request #3294: Core: Add in-memory FileIO and Catalog for unit testing

mayuropensource edited a comment on pull request #3294:
URL: https://github.com/apache/iceberg/pull/3294#issuecomment-987336259


   Hi @jackye1995, good to know that the catalog is working well.
   The purpose of ```InMemoryFileIO``` is for unit testing that can be used in environments where local disk is not accessible or allowed. The expectation was that the payload will be small in unit testing environments. If we need larger payloads, we can make the catalog parameterized to accept ```LocalFileIO``` or ```HadoopFileIO```.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org