DBZ-40 Minor clarification

This commit is contained in:
Gunnar Morling 2018-07-25 15:02:45 +02:00
parent bed0a5637f
commit 1ff74a57be

View File

@ -30,6 +30,6 @@ public SqlServerSchemaChangeEventEmitter(SqlServerOffsetContext offsetContext, T
@Override
public void emitSchemaChangeEvent(Receiver receiver) throws InterruptedException {
throw new UnsupportedOperationException("Schema evolution is not supported by the connector");
throw new UnsupportedOperationException("Schema evolution is not supported yet by the connector");
}
}