abhishekrb19 commented on code in PR #18841:
URL: https://github.com/apache/druid/pull/18841#discussion_r2625125085


##########
server/src/test/java/org/apache/druid/query/QueryRunnerBasedOnClusteredClientTestBase.java:
##########
@@ -228,9 +228,7 @@ protected static List<Result<TimeseriesResultValue>> 
expectedTimeseriesResult(in
 
   protected static ResponseContext responseContext()
   {
-    final ResponseContext responseContext = 
ConcurrentResponseContext.createEmpty();
-    responseContext.initializeRemainingResponses();
-    return responseContext;
+    return DirectDruidClient.makeResponseContextForQuery();

Review Comment:
   could you address the checkstyle unused import errors? 



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