amorynan commented on code in PR #34766: URL: https://github.com/apache/doris/pull/34766#discussion_r1598089602
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2694,6 +2694,9 @@ public static boolean isNotCloudMode() { @ConfField(mutable = true, masterOnly = true) public static boolean enable_create_bitmap_index_as_inverted_index = false; + @ConfField(mutable = true) + public static boolean enable_create_inverted_index_for_array = false; Review Comment: maybe we also need it for 2.1 because here depends on this pr: https://github.com/apache/doris/pull/32620 enable expr push down storage layer to pass inverted index , but this feature is not gonna to be in 2.1 -- 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