FrankChen021 commented on code in PR #15504:
URL: https://github.com/apache/druid/pull/15504#discussion_r1418347633


##########
processing/src/test/java/org/apache/druid/segment/generator/DataGeneratorTest.java:
##########
@@ -151,12 +159,15 @@ public void testDiscreteUniform()
     DataGenerator dataGenerator = new DataGenerator(schemas, 9999, 0, 0, 
1000.0);
     for (int i = 0; i < 100; i++) {
       InputRow row = dataGenerator.nextRow();
-      //System.out.println("U-ROW: " + row);
-
       tracker.addRow(row);
     }
 
     tracker.printStuff();
+    tracker.assertTotalRowSize("dimA", 100);
+    tracker.assertTotalRowSize("dimB", 400);

Review Comment:
   Can add a comment here to clarify why the size of dimB is 400



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