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.
Sqlite or SlateDB metastore?
There was a problem hiding this comment.
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