gary-cloud commented on code in PR #59921:
URL: https://github.com/apache/doris/pull/59921#discussion_r2706613842


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateTableInfo.java:
##########
@@ -1416,6 +1428,8 @@ private void columnToIndexesCheck() {
                                             + fieldPattern + " is not 
supported for inverted index"
                                             + " of column: " + 
column.getName());
                                 }
+                                
checkVariantFieldPatternInvertedIndex(column.getName(), fieldPattern,

Review Comment:
   已内联并删除该函数,保持逻辑不变



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to