rdblue commented on a change in pull request #1862:
URL: https://github.com/apache/iceberg/pull/1862#discussion_r535421320
##########
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";
Review comment:
It might be better to use `write.row-level.isolation-level` so it
matches the mode property. This doesn't apply to `INSERT OVERWRITE` so it would
be nice to be clear about it.
Not sure if we can make that property name better. Seems odd to have
`row-level` and `isolation-level` next to one another since "row-level" is
specifying the granularity of the changes and "isolation-level" is actually
choosing an option.
----------------------------------------------------------------
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]