raghavyadav01 commented on code in PR #15526: URL: https://github.com/apache/pinot/pull/15526#discussion_r2101484758
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/custom/MapFieldTypeTest.java: ########## @@ -38,14 +40,15 @@ import org.testng.annotations.Test; import static org.testng.Assert.assertEquals; +import static org.testng.Assert.assertNotEquals; @Test(suiteName = "CustomClusterIntegrationTest") public class MapFieldTypeTest extends CustomDataQueryClusterIntegrationTest { // Default settings protected static final String DEFAULT_TABLE_NAME = "MapFieldTypeTest"; - private static final int NUM_DOCS = 1000; + private static final int NUM_DOCS = 100; Review Comment: No it does not take long that long, I can change back to 1000. -- 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