cecemei commented on code in PR #19205:
URL: https://github.com/apache/druid/pull/19205#discussion_r2989876764


##########
server/src/main/java/org/apache/druid/server/compaction/CompactionStatistics.java:
##########
@@ -21,17 +21,20 @@
 
 /**
  * Used to track statistics for segments in different states of compaction.
+ * totalRows can be null for old segments where row count was not stored.
  */
 public class CompactionStatistics
 {
   private long totalBytes;
+  private Long totalRows;

Review Comment:
   added



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to