timveil commented on code in PR #11820: URL: https://github.com/apache/pinot/pull/11820#discussion_r1368864352
########## 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: the query and url are already logged a few lines down. i wanted to log the multistage flag to improve debugging but i'm fine to remove the additional line if necessary -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org