adarshsanjeev commented on code in PR #14476: URL: https://github.com/apache/druid/pull/14476#discussion_r1243153506
########## 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: Added a test which asserts that the expected results has more than Limits.MAX_SELECT_ROWS -- 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: commits-unsubscr...@druid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org