-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the InMemory Catalog Implementation (#289)
* extract InMemoryCatalog out of test * generalize InMemoryCatalog * make write work * write to temporary location * can override table location * memory.py -> in_memory.py * fix test_commit_table * rebase from main * revert fs changes * fix tests * add docs and comments * comma * comment * order * fix test * add license * `create_table` write metadata file * move InMemoryCatalog back to test_base * remove unused references * Update mkdocs/docs/configuration.md Co-authored-by: Fokko Driesprong <[email protected]> * Update mkdocs/docs/configuration.md Co-authored-by: Fokko Driesprong <[email protected]> * Update tests/catalog/test_base.py Co-authored-by: Fokko Driesprong <[email protected]> * remove schema_id --------- Co-authored-by: Fokko Driesprong <[email protected]>
- Loading branch information
1 parent
1fd85c8
commit 36a505f
Showing
3 changed files
with
101 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.