somandal commented on code in PR #9333: URL: https://github.com/apache/pinot/pull/9333#discussion_r971541196
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java: ########## @@ -143,7 +143,7 @@ public class OfflineClusterIntegrationTest extends BaseClusterIntegrationTestSet private static final String MAX_NUM_MULTI_VALUES_MAP_KEY = "maxNumMultiValuesMap"; // TODO: This might lead to flaky test, as this disk size is not deterministic // as it depends on the iteration order of a HashSet. - private static final int DISK_SIZE_IN_BYTES = 20797128; + private static final int DISK_SIZE_IN_BYTES = 20843088; Review Comment: This change is no longer needed since we removed the field from the metadata. I've changed it back to the original value. -- 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