klsince commented on a change in pull request #7385: URL: https://github.com/apache/pinot/pull/7385#discussion_r700465195
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java ########## @@ -355,9 +354,10 @@ public void testInvertedIndexTriggering() } }, 600_000L, "Failed to cleanup obsolete index"); // The table size after removing the index might not get back the original one, - // i.e. tableSizeWithDefaultIndex. Because entries in index_map file are reordered, - // and the file might get a different size. tableSizeAfterRemovingIndex should be - // close to tableSizeWithDefaultIndex, but their relationship is not deterministic. + // i.e. tableSizeWithDefaultIndex. Because indices in column.psf file are reordered, Review comment: size of columns.psf is deterministic, but the table size also includes the index_map file, whose size is not deterministic because the values of startOffset and size are changed when placement of indices in columns.psf change. -- 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: commits-unsubscr...@pinot.apache.org 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