pub fn build_catalog_migration_plan(
source: &dyn ParquetCatalogSource,
) -> Result<CatalogMigrationPlan>Expand description
Enumerates and resolves every source leaf file without writing a target.
ยงErrors
Returns an error if source listing or Parquet schema reading fails.