599166320 commented on code in PR #13168:
URL: https://github.com/apache/druid/pull/13168#discussion_r990654173


##########
processing/src/main/java/org/apache/druid/query/scan/ScanQueryConfig.java:
##########
@@ -27,6 +27,7 @@
 {
   public static final String CTX_KEY_MAX_ROWS_QUEUED_FOR_ORDERING = 
"maxRowsQueuedForOrdering";
   public static final String CTX_KEY_MAX_SEGMENT_PARTITIONS_FOR_ORDERING = 
"maxSegmentPartitionsOrderedInMemory";
+  public static final String CTX_KEY_QUERY_RUNNER_TYPE = 
"orderByQueryRunnerType";

Review Comment:
   At first, I considered adding a variety of sorting algorithms, but now I 
can't use them. I have deleted them



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