Skip to main content

VERSIONED_CLONE_UNSUPPORTED_FEATURE error condition

SQLSTATE: 56038

Versioned Clone encountered an unsupported feature:

UNSUPPORTED_ICEBERG_FORMAT_VERSION

Apache Iceberg format version <formatVersion> is not supported. Supported versions: <supportedVersions>.

UNSUPPORTED_ICEBERG_METADATA_FORMAT

Metadata file format '<fileName>' is not supported. Expected .metadata.json or .metadata.json.gz.

UNSUPPORTED_ICEBERG_POSITION_DELETES

The manifest at <manifestPath> contains <count> position delete files.

Sample files: <sampleFiles>.

Rewrite the source table to remove position deletes before cloning.