JingsongLi commented on a change in pull request #41:
URL: https://github.com/apache/flink-table-store/pull/41#discussion_r824467515
##########
File path:
flink-table-store-core/src/main/java/org/apache/flink/table/store/log/LogOptions.java
##########
@@ -129,6 +129,17 @@ public String toString() {
public InlineElement getDescription() {
return text(description);
}
+
+ public static LogStartupMode fromValue(String value) {
Review comment:
enum has `valueOf` method
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]