[MINOR] Fix HoodieNotSupportedException description in KafkaOffsetGen (#1615)
This commit is contained in:
@@ -193,7 +193,7 @@ public class KafkaOffsetGen {
|
|||||||
fromOffsets = consumer.endOffsets(topicPartitions);
|
fromOffsets = consumer.endOffsets(topicPartitions);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new HoodieNotSupportedException("Auto reset value must be one of 'smallest' or 'largest' ");
|
throw new HoodieNotSupportedException("Auto reset value must be one of 'earliest' or 'latest' ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user