Metastore on sqlite
Partial implementation of Metastore on sqlite
- Volumes, databases, schemas are migrated on SQLITE (no vfs used)
- We use diesel orm to map mentioned ^^ entities to sql.
- Tables remained on slatedb, at least temporary.
ExecutionService::abort_queryturned into async function as now it waits for abort confirmation
Known issues
- UI should support some minor API changes in responses. Also didn't fix openapi spec, yet.
- Slatedb sql view we use in execution engine renamed to sqlite view, and maybe need some fixes.
- List of failing tests, probably due to some minor bugs in new Metastore implementation. Fixing them is a matter of time. 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
✅ 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.
✅ 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.