From 83ec3fe1f13c384aca52ceef0ba03b300b03d8d9 Mon Sep 17 00:00:00 2001 From: Justin Borromeo Date: Fri, 1 Mar 2019 13:40:22 -0800 Subject: [PATCH] Nit-change on javadoc --- .../src/main/java/org/apache/druid/query/scan/ScanQuery.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/src/main/java/org/apache/druid/query/scan/ScanQuery.java b/processing/src/main/java/org/apache/druid/query/scan/ScanQuery.java index 7a5cfcf578d..eacfcee6c1f 100644 --- a/processing/src/main/java/org/apache/druid/query/scan/ScanQuery.java +++ b/processing/src/main/java/org/apache/druid/query/scan/ScanQuery.java @@ -108,8 +108,8 @@ public class ScanQuery extends BaseQuery } /** - * This context flag corresponds to whether the query is running on a Broker or Historical. Specifically, this is - * used to perform batching exclusively at the broker level for time-ordered scans. + * This context flag corresponds to whether the query is running on the "outermost" process (i.e. the process + * the query is sent to). */ public static final String CTX_KEY_OUTERMOST = "scanOutermost";