-
Notifications
You must be signed in to change notification settings - Fork 5
Metastore on sqlite #1877
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
base: main
Are you sure you want to change the base?
Metastore on sqlite #1877
Conversation
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
… from metastor; make abort_query async; fix flake tests
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
| /// | ||
| const KEY_TABLE: &str = "tbl"; | ||
|
|
||
| pub struct SlateDBMetastore { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sqlite or SlateDB metastore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slatedb still used for tables
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
|
✅ SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required. |
Partial implementation of Metastore on sqlite
ExecutionService::abort_queryturned into async function as now it waits for abort confirmationKnown issues
tests::test_schemas
tests::service::test_max_concurrency_level
tests::service::test_query_recording
tests::sql::commands::show::query_show_databases
tests::sql::ddl::database::query_drop_database
tests::sql::ddl::database::query_drop_database_error_in_use
tests::test_generic_sqls::snowflake_generic::submit_ok_query_with_concurrent_limit
tests::test_rest_quick_sqls::snowflake_compatibility::abort_ok_query
tests::test_rest_quick_sqls::snowflake_compatibility::cancel_ok_query
tests::test_rest_quick_sqls::snowflake_compatibility::cancel_ok_sleeping_query