DELTA_UNSUPPORTED_CLUSTERING_COLUMN_PREDICATES error condition
OPTIMIZE ... FULL WHERE command for Liquid tables does not support the provided predicates:
NON_CLUSTERING_COLUMN
OPTIMIZE predicate references non-clustering column '<columnName>'. Only the clustering columns may be referenced when OPTIMIZE FULL WHERE is run on a Liquid table: [<columnList>].
NO_CLUSTERING_COLUMNS
OPTIMIZE FULL WHERE command is not supported on Liquid tables without clustering columns.
UNRESOLVED_COLUMN
Fail to resolve column '<columnName>' in OPTIMIZE FULL WHERE predicate. Available clustering columns: [<columnList>].
UNSUPPORTED_EXPRESSION
Unsupported expression: <expression>.