eric-maynard commented on code in PR #1285:
URL: https://github.com/apache/polaris/pull/1285#discussion_r2138508866


##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/CatalogHandlerUtils.java:
##########
@@ -94,6 +98,18 @@
 public class CatalogHandlerUtils {
   private static final Schema EMPTY_SCHEMA = new Schema();
   private static final String INITIAL_PAGE_TOKEN = "";
+  private static final String CONFLICT_RESOLUTION_ACTION =
+      "polaris.conflict-resolution.by-operation-type.replace";

Review Comment:
   I think we should try to stick to the convention `polaris.XYZ.etc` where 
`XYZ` is like the subtype of property. So far we have `polaris.config` for the 
Polaris configs. 
   
   IIUC this is only set/read by Polaris. Maybe `polaris.internal`?



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to