refactor: remove obj_name_to_tab_ref (#989)

This commit is contained in:
shuiyisong
2023-02-14 16:33:55 +08:00
committed by GitHub
parent 5e6f340dd9
commit 8491f65093
2 changed files with 13 additions and 43 deletions

View File

@@ -23,6 +23,7 @@ pub struct QueryOptions {
pub disallow_cross_schema_query: bool,
}
// TODO(shuiyisong): remove one method after #559 is done
pub fn validate_catalog_and_schema(
catalog: &str,
schema: &str,