Skip to main content

migrate_parquet_catalog

Function migrate_parquet_catalog 

Source
pub fn migrate_parquet_catalog(
    config: ParquetMigrationConfig,
) -> Result<CatalogMigrationReport>
Expand description

Converts the current or legacy Arrow representation of a Parquet catalog.

The source remains unchanged. The destination must be empty, and preflight rejects unsupported schemas before any destination files are written.

ยงErrors

Returns an error for overlapping locations, invalid schemas, a nonempty destination, or an object-store read or write failure.