adarshsanjeev commented on code in PR #14476:
URL: https://github.com/apache/druid/pull/14476#discussion_r1243154149


##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/util/MultiStageQueryContext.java:
##########
@@ -87,6 +90,8 @@ public class MultiStageQueryContext
 
   public static final String CTX_DURABLE_SHUFFLE_STORAGE = 
"durableShuffleStorage";
   private static final boolean DEFAULT_DURABLE_SHUFFLE_STORAGE = false;
+  public static final String CTX_LIMIT_SELECT_RESULT = "limitSelectResult";

Review Comment:
   Changed this. I've also added an S3 select destination, so that I can add a 
test to see if it truncates, but have left it a bit light on javadocs. This can 
be added depending on the implementation details of your PR.



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