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 2018/07/28 17:58:14 UTC

[GitHub] leventov opened a new pull request #6068: Prohibit Lists.newArrayList() with a single argument

leventov opened a new pull request #6068: Prohibit Lists.newArrayList() with a single argument
URL: https://github.com/apache/incubator-druid/pull/6068
 
 
   Also, added GroupByBuilder.setDimensions() and setAggregatorSpecs() overloadings that accept varargs to eliminate all
   ```java
     setDimensions(ImmutableList.of(..))
     setDimensions(Collections.singletonList(..))
     setDimensions(Arrays.asList(..))
     setDimensions(Lists.newArrayList(..))
   ```
   
   from the code.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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