hililiwei commented on code in PR #6006:
URL: https://github.com/apache/iceberg/pull/6006#discussion_r997949936


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -332,6 +332,8 @@ private TableProperties() {}
   public static final String MERGE_MODE = "write.merge.mode";
   public static final String MERGE_MODE_DEFAULT = "copy-on-write";
 
+  public static final String COPY_ON_WRITE_MODE = "copy-on-write";
+  public static final String MERGE_ON_READ_MODE = "merge-on-read";

Review Comment:
   I suggest we use the name 
`MERGE_MODE_COPY_ON_WRITE`\`MERGE_MODE_MERGE_ON_READ_MODE` , delete 
`MERGE_MODE_DEFAULT` at the same time. 
   
   



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to