pub async fn get_table_info_df_schema( catalog_mr: CatalogManagerRef, table_name: [String; 3], ) -> Result<(TableRef, Arc<DFSchema>), Error>