gerlowskija commented on code in PR #4773:
URL: https://github.com/apache/solr/pull/4773#discussion_r3821274302


##########
solr/core/src/test/org/apache/solr/response/transform/TestSubQueryTransformer.java:
##########
@@ -626,8 +625,7 @@ public void testJustJohnJavabin() throws Exception {
     SolrQueryResponse rsp = new SolrQueryResponse();
     SolrRequestInfo.setRequestInfo(new SolrRequestInfo(johnTwoFL, rsp));
 
-    SolrQueryResponse response =
-        h.queryAndResponse(johnTwoFL.getParams().get(CommonParams.QT), 
johnTwoFL);
+    SolrQueryResponse response = h.queryAndResponse(null, johnTwoFL);

Review Comment:
   Done!
   
   One place I haven't addressed this is the call-sites for 
`SolrCore.getRequestHandler(null)`.  That's the "default request handler" stuff 
I complained about elsewhere.  I've filed a follow-up ticket for cleaning that 
stuff up: SOLR-18393



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