-
Notifications
You must be signed in to change notification settings - Fork 540
refactor: catalog crate #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a45f2f1
chore: refactor dir for local catalog manager
v0y4g3r 99264de
refactor: CatalogProvider returns Result
v0y4g3r 0fcd222
refactor: SchemaProvider returns Result
v0y4g3r 42580ec
feat: add kv operations to remote catalog
v0y4g3r 56b4264
chore: refactor some code
v0y4g3r 6976c35
feat: impl catalog initialization
v0y4g3r bb4a23c
feat: add register table and register system table function
v0y4g3r 4bcfed8
refactor: add table_info method for Table trait
v0y4g3r 2cf3b45
chore: add some tests
v0y4g3r eb8fa50
chore: add register schema test
v0y4g3r 20a1d9f
chore: fix build issue after rebase onto develop
v0y4g3r 6b72eb3
refactor: mock to separate file
v0y4g3r d32fb1c
build: failed to compile
v0y4g3r 91a7c56
fix: use a container struct to bridge KvBackend and Accessor trait
v0y4g3r 13f2bcb
feat: upgrade opendal to 0.17
v0y4g3r fa29db7
test: add more tests
v0y4g3r 4d9d5dd
chore: add catalog name and schema name to table info
v0y4g3r 641a05f
chore: add catalog name and schema name to table info
v0y4g3r fa1ed33
chore: rebase onto develop
v0y4g3r b142ae9
refactor: common-catalog crate
v0y4g3r b8c6c7c
refactor: remove remote catalog related files
v0y4g3r c9f39d5
fix: compilation
v0y4g3r 5693314
feat: add table version to TableKey
v0y4g3r c4adca9
feat: add node id to TableValue
v0y4g3r 111d45b
fix: some CR comments
v0y4g3r 96fc41e
chore: change async fn create_expr_to_request to sync
v0y4g3r 507ce7c
fix: add backtrace to errors
v0y4g3r bb147f0
fix: code style
v0y4g3r 723a2bd
fix: CatalogManager::table also requires both catalog_name and schema…
v0y4g3r 5279d3b
fix: Merge branch 'develop' into refactor/catalog-crate
v0y4g3r 2402658
chore: merge develop
v0y4g3r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| pub mod manager; | ||
| pub mod memory; | ||
|
|
||
| pub use manager::LocalCatalogManager; | ||
| pub use memory::{ | ||
| new_memory_catalog_list, MemoryCatalogList, MemoryCatalogProvider, MemorySchemaProvider, | ||
| }; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.