cryptoe commented on code in PR #14175:
URL: https://github.com/apache/druid/pull/14175#discussion_r1179227707


##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/util/MultiStageQueryContext.java:
##########
@@ -213,6 +215,11 @@ public static IndexSpec getIndexSpec(final QueryContext 
queryContext, final Obje
     return decodeIndexSpec(queryContext.get(CTX_INDEX_SPEC), objectMapper);
   }
 
+  public static boolean useAutoColumnSchemas(final QueryContext queryContext)

Review Comment:
   Please document the use of this externally undocumented feature in the class 
level docs. 
https://github.com/apache/druid/pull/14175/files#diff-cbcc2f2c9d571876786fe63eef35c2d82d64de0700334267c22f83f31d633af0L51
   



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