kangkaisen opened a new issue #3639: Fix minor log bug in BaseSingleTreeBuilder
URL: https://github.com/apache/incubator-pinot/issues/3639
 
 
   `
       LOGGER.info("Generated {} star-tree records from {} segment records", 
numSegmentRecords, numStarTreeRecords);
   `
   should be
   `
       LOGGER.info("Generated {} star-tree records from {} segment records", 
numStarTreeRecords, numSegmentRecords);
   `
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to