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 2019/05/30 00:44:30 UTC

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7791: Fix repeatedly expr parsing in ExpressionPostAggregation

clintropolis commented on a change in pull request #7791: Fix repeatedly expr parsing in ExpressionPostAggregation
URL: https://github.com/apache/incubator-druid/pull/7791#discussion_r288817723
 
 

 ##########
 File path: processing/src/main/java/org/apache/druid/query/aggregation/post/ExpressionPostAggregator.java
 ##########
 @@ -190,7 +218,7 @@ public String toString()
   {
     /**
      * Ensures the following order: numeric > NaN > Infinite.
-     *
+     * <p>
 
 Review comment:
   Could you please remove this html tag? If intellij did this, there is a setting that controls it:
   
   ```
   Code Style -> Java -> JavaDoc tab -> Generate "<p>" on empty lines
   ```

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