xiaokang commented on code in PR #34766:
URL: https://github.com/apache/doris/pull/34766#discussion_r1598048402


##########
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:
   If array_contains is OK, keep it true and disable index def with parser



##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -1168,7 +1168,7 @@ nonReserved
     | MAP
     | MATCH_ALL
     | MATCH_ANY
-    | MATCH_ELEMENT_EQ

Review Comment:
   delete others



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

Reply via email to