danny0405 commented on a change in pull request #2613:
URL: https://github.com/apache/hudi/pull/2613#discussion_r586098644
##########
File path: hudi-flink/src/main/java/org/apache/hudi/operator/FlinkOptions.java
##########
@@ -73,11 +118,13 @@ private FlinkOptions() {
.noDefaultValue()
.withDescription("Table name to register to Hive metastore");
+ public static final String TABLE_TYPE_COPY_ON_WRITE = "COPY_ON_WRITE";
Review comment:
No, i think a constant here is more easy to use.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]