xiangfu0 commented on code in PR #11820:
URL: https://github.com/apache/pinot/pull/11820#discussion_r1367857782
##########
pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/JsonAsyncHttpPinotClientTransport.java:
##########
@@ -109,7 +109,9 @@ public CompletableFuture<BrokerResponse>
executeQueryAsync(String brokerAddress,
json.put("sql", query);
json.put("queryOptions", _extraOptionStr);
- String url = String.format("%s://%s%s", _scheme, brokerAddress,
_useMultiStageEngine ? "/query" : "/query/sql");
+ LOGGER.debug("Query will use Multistage Engine = {}",
_useMultistageEngine);
Review Comment:
I suggest directly log the query url, which might be more useful.
--
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]