async fn reload_table( catalog: &dyn Catalog, namespace: String, table_name: String, current_table: Table, ) -> Result<Table>