kfaraz commented on code in PR #17846:
URL: https://github.com/apache/druid/pull/17846#discussion_r2026808447


##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/test/MSQTestBase.java:
##########
@@ -551,7 +552,7 @@ public String getFormatString()
     objectMapper.registerModules(sqlModule.getJacksonModules());
     objectMapper.registerModules(BuiltInTypesModule.getJacksonModulesList());
 
-    doReturn(mock(Request.class)).when(brokerClient).makeRequest(any(), 
anyString());
+    
doReturn(mock(Request.class)).when(brokerClient).submitSqlQuery(any(ClientSqlQuery.class));

Review Comment:
   Usages of `brokerClient` can be completely removed from here. Tests are 
failing because of this.



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