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


##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/test/MSQTestBase.java:
##########
@@ -223,6 +224,14 @@ public class MSQTestBase extends BaseCalciteQueryTest
                                    
.put(GroupByQueryConfig.CTX_KEY_ENABLE_MULTI_VALUE_UNNESTING, false)
                                    .build();
 
+  public static final Map<String, Object> MSQ_CONTEXT_WITHOUT_DURABLE_STORAGE =
+      ImmutableMap.<String, Object>builder()

Review Comment:
   small nit: We cound construct this from the default context to reflect any 
future changes



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