eldenmoon commented on code in PR #43599: URL: https://github.com/apache/doris/pull/43599#discussion_r1836689639
########## fe/fe-core/src/main/java/org/apache/doris/analysis/IndexDef.java: ########## @@ -225,6 +225,9 @@ public void checkColumn(Column column, KeysType keysType, boolean enableUniqueKe throw new AnalysisException(colType + " is not supported in " + indexType.toString() + " index. " + "invalid index: " + indexName); } + if (colType.isVariantType() && isIndexFormatV1) { Review Comment: add comment why: 1. performance, too many files and small io 2. some link file issue -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org