You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/05/17 05:12:16 UTC

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4215: Minor fix for star-tree creation logs

mayankshriv commented on a change in pull request #4215: Minor fix for star-tree creation logs
URL: https://github.com/apache/incubator-pinot/pull/4215#discussion_r284979917
 
 

 ##########
 File path: pinot-core/src/main/java/org/apache/pinot/core/startree/v2/builder/BaseSingleTreeBuilder.java
 ##########
 @@ -304,7 +304,7 @@ Record mergeStarTreeRecord(@Nullable Record aggregatedRecord, Record starTreeRec
   public void build()
       throws Exception {
     long startTime = System.currentTimeMillis();
-    LOGGER.info("Start building star-trees with config: {}", _builderConfig);
+    LOGGER.info("Start building star-tree with config: {}", _builderConfig);
 
 Review comment:
   Nit: Started/Finished.

----------------------------------------------------------------
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org