jackjlli commented on a change in pull request #6479: URL: https://github.com/apache/incubator-pinot/pull/6479#discussion_r599151919
########## File path: pinot-core/src/main/java/org/apache/pinot/core/realtime/converter/stats/MutableColumnStatistics.java ########## @@ -33,15 +33,15 @@ * * TODO: Gather more info on the fly to avoid scanning the segment */ -public class RealtimeColumnStatistics implements ColumnStatistics { +public class MutableColumnStatistics implements ColumnStatistics { Review comment: The implementation of `ColumnStatistics` is used during segment creation. As long as there is no protocol change, I don't think renaming will cause incompatibility during the deployment. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org