FGAC_TIME_TRAVEL_SCHEMA_MISMATCH error condition

SQLSTATE: 42KD4

Cannot time travel to this table version because its schema is incompatible with the current schema required for row filters or column masks.

COLUMN_COUNT_MISMATCH

The column count of the time travel schema is different from the table's current schema.

COLUMN_DROPPED

The column <columnName> of the time travel schema is dropped in the table's current schema.

COLUMN_MAPPING_CHANGED

The column mapping of the time travel schema <oldMode> is incompatible with the table's current column mapping <newMode>.

COLUMN_MAPPING_IDENTITY_CHANGED

The column id or physical name of column <columnName> of the time travel schema differs from the table's current schema.

COLUMN_METADATA_CHANGED

The metadata of the column <columnName> of the time travel schema is different in the table's current schema.

COLUMN_NULLABLE_CHANGED

The column <columnName> of the time travel schema has a different nullable status in the table's current schema.

COLUMN_RENAMED

The column <columnName> of the time travel schema is renamed in the table's current schema.

COLUMN_TYPE_CHANGED

The column <columnName> of the time travel schema has a different type in the table's current schema. Old type: <oldType>, new type: <newType>.

DUPLICATE_COLUMN_ID_OR_PHYSICAL_NAME

There is a duplicate column id or physical name in the table's schema. Please ensure that the column id and physical name are unique.

MISSING_COLUMN_ID_OR_PHYSICAL_NAME

The column <columnName> is missing column id or physical name metadata required for FGAC time travel schema validation.

NESTED_STRUCT_FIELD_CHANGED

The nested struct field <fieldName> of the time travel schema is different in the table's current schema.

UNSUPPORTED_COLUMN_MAPPING_MODE

The column mapping mode <mode> is not supported for FGAC time travel schema validation. Column mapping must be enabled.