61yao commented on code in PR #10179:
URL: https://github.com/apache/pinot/pull/10179#discussion_r1088540679


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/FilterOperator.java:
##########
@@ -75,7 +75,7 @@ public List<MultiStageOperator> getChildOperators() {
   @Override
   public String toExplainString() {
     _upstreamOperator.toExplainString();
-    LOGGER.debug(_operatorStats.toString());
+    LOGGER.info(_operatorStats.toString());

Review Comment:
   This is more complicated implementation. Since we need the time now, I'll 
check in this PR and have followups. Thanks



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