You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/04 14:48:08 UTC

[GitHub] [druid] jnaous commented on a change in pull request #9309: remove log.info from FixedBucketsHistogramAggregator aggregate method

jnaous commented on a change in pull request #9309: remove log.info from FixedBucketsHistogramAggregator aggregate method
URL: https://github.com/apache/druid/pull/9309#discussion_r374713622
 
 

 ##########
 File path: extensions-core/histogram/src/main/java/org/apache/druid/query/aggregation/histogram/FixedBucketsHistogramAggregator.java
 ##########
 @@ -77,7 +74,6 @@ public void aggregate()
         histogram.incrementMissing();
       }
     } else if (val instanceof String) {
-      LOG.info((String) val);
 
 Review comment:
   This makes for a good review tip!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org