Jackie-Jiang commented on code in PR #14938: URL: https://github.com/apache/pinot/pull/14938#discussion_r1934404441
########## pinot-broker/src/main/java/org/apache/pinot/broker/querylog/QueryLogger.java: ########## @@ -120,17 +120,19 @@ public static class QueryLogParams { private final RequestContext _requestContext; private final String _table; private final BrokerResponse _response; + private boolean _isMultiStageQueryEngine; Review Comment: Can be `final` -- 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