aho135 commented on code in PR #19486:
URL: https://github.com/apache/druid/pull/19486#discussion_r3276819147


##########
web-console/src/dialogs/edit-context-dialog/query-context-completions.ts:
##########
@@ -72,9 +72,13 @@ export const QUERY_CONTEXT_COMPLETIONS: JsonCompletionRule[] 
= [
         value: 'vectorize',
         documentation: 'Enable vectorized query execution',
       },
+      {
+        value: 'realtimeSegmentsMode',
+        documentation: 'Controls whether realtime segments are queried',
+      },
       {
         value: 'realtimeSegmentsOnly',

Review Comment:
   What do you think about removing `realtimeSegmentsOnly` from auto-complete 
to discourage usage?



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