wuwenw commented on a change in pull request #6991: URL: https://github.com/apache/incubator-pinot/pull/6991#discussion_r645266054
########## File path: pinot-core/src/test/java/org/apache/pinot/core/data/table/TableResizerTest.java ########## @@ -65,6 +76,33 @@ public void setUp() { new Key(new Object[]{"c", 50, 4.0}), new Key(new Object[]{"c", 300, 5.0}) ); + + // GroupKeys: d1: a0 ~ a14, d2: 10.0 ~ 24.0, d3: 1.0 ~ 15.0 + _groupKeys = new LinkedList<>(); Review comment: Changed _groupKeys and _groupResultholders to align with the old tests -- 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