STATE_KEY_SCHEMA_EVOLUTION_INVALID_CHECKPOINT error condition
Cannot evolve the key columns of dropDuplicates or dropDuplicatesWithinWatermark.
The provided checkpoint location '<checkpointLocation>' is in an invalid state.
LAST_BATCH_FAILED
The last batch ID <lastBatchId> is uncommitted and did not finish successfully.
Restart the query without changing the key columns so the batch commits, then retry the key schema change.
NO_BATCH_FOUND
No microbatch has been recorded in the checkpoint location.
Run the streaming query until at least one microbatch completes, then retry the key schema change.
NO_COMMITTED_BATCH
There is no committed microbatch.
Run the streaming query until at least one microbatch completes, then retry the key schema change.
OFFSET_SEQ_NOT_FOUND
Offset sequence entry for batch ID <batchId> not found in the checkpoint's offset log.
Restart the query with a new checkpoint location.
UNSUPPORTED_OFFSET_SEQ_VERSION
Unsupported offset sequence version <version> in the checkpoint's offset log.
Restart the query with a new checkpoint location.