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


##########
paimon-core/src/main/java/org/apache/paimon/index/GlobalIndexMeta.java:
##########
@@ -78,6 +80,15 @@ public int indexFieldId() {
         return indexFieldId;
     }
 
+    /**
+     * Whether this index covers more than one column. {@link #indexFieldId} 
is always the primary
+     * column; {@link #extraFieldIds} holds the remaining columns and is 
null/empty for a
+     * single-column index.
+     */
+    public boolean isMultiColumn() {

Review Comment:
   Remove this, you can just use `extraFieldIds != null`



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