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