clintropolis commented on code in PR #15093:
URL: https://github.com/apache/druid/pull/15093#discussion_r1349871109


##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/util/MultiStageQueryContext.java:
##########
@@ -121,6 +125,11 @@ public class MultiStageQueryContext
   public static final String CTX_INDEX_SPEC = "indexSpec";
 
   public static final String CTX_USE_AUTO_SCHEMAS = "useAutoColumnSchemas";
+  public static final boolean DEFAULT_USE_AUTO_SCHEMAS = false;
+
+  public static final String CTX_ARRAY_INGEST_MODE = "arrayIngestMode";
+  public static final ArrayIngestMode DEFAULT_ARRAY_INGEST_MODE = 
ArrayIngestMode.NONE;

Review Comment:
   I am working on updating the docs/examples refer to the parameter and to 
separate them into ones that explicitly store MVDs using ARRAY_TO_MV function, 
and ones which only use ARRAY_ functions into examples of storing array typed 
columns instead.
   
   MVD mode is not going to have examples, because it should be the first to go 
and no one should rely on this behavior, because again the behavior is 
incorrect.



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