pub async fn get_schema(
sql: &str,
relations: &[(String, String, String)],
catalogs: Arc<dyn CatalogList>,
branch: Option<&str>,
) -> Result<StructType, DataFusionError>pub async fn get_schema(
sql: &str,
relations: &[(String, String, String)],
catalogs: Arc<dyn CatalogList>,
branch: Option<&str>,
) -> Result<StructType, DataFusionError>