aokolnychyi commented on a change in pull request #1862:
URL: https://github.com/apache/iceberg/pull/1862#discussion_r534316604
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -140,4 +140,10 @@ private TableProperties() {
public static final String GC_ENABLED = "gc.enabled";
public static final boolean GC_ENABLED_DEFAULT = true;
+
+ public static final String WRITE_ISOLATION_LEVEL = "write.isolation-level";
+ public static final String WRITE_ISOLATION_LEVEL_DEFAULT = "serializable";
+
+ public static final String WRITE_ROW_LEVEL_MODE = "write.row-level.mode";
Review comment:
Same here. I wanted it to be `write.delete.mode`.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]