LakshSingla commented on code in PR #14476:
URL: https://github.com/apache/druid/pull/14476#discussion_r1242105149
##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQSelectTest.java:
##########
@@ -1790,6 +1792,9 @@ public void testSelectRowsGetTruncatedInReports() throws
IOException
result.add(new Object[]{1});
}
+ Map<String, Object> queryContext = new HashMap<>(context);
Review Comment:
Can you add a testcase which denotes what would happen if we have the
default parameter?
--
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]