JingsongLi commented on code in PR #8818:
URL: https://github.com/apache/paimon/pull/8818#discussion_r3688326842


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2607,7 +2597,14 @@ public String toString() {
                             
.defaultValue(GlobalIndexColumnUpdateAction.THROW_ERROR)
                             .withDescription(
                                     "Defines the action to take when an update 
modifies columns that are covered by a global index. "
-                                            + "IGNORE leaves existing index 
files unchanged and may make the index stale.");
+                                            + "IGNORE leaves existing index 
files unchanged during the update and enables a later incremental index build 
to refresh affected row ranges.");
+
+    public static final ConfigOption<Boolean> 
GLOBAL_INDEX_IGNORE_MISSING_DELETE =

Review Comment:
   Do we need this 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to