Jackie-Jiang commented on code in PR #14447: URL: https://github.com/apache/pinot/pull/14447#discussion_r1842734884
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/UpsertTableIntegrationTest.java: ########## @@ -102,14 +99,16 @@ public void setUp() startServers(NUM_SERVERS); startMinion(); - // Start Kafka and push data into Kafka - startKafka(); + // Start Kafka + startKafkaWithoutTopic(); // Push data to Kafka and set up table - setupTable(getTableName(), getKafkaTopic(), INPUT_DATA_SMALL_TAR_FILE, null); + String kafkaTopicName = getKafkaTopic(); + setUpKafka(kafkaTopicName, INPUT_DATA_SMALL_TAR_FILE); Review Comment: We need to set up the kafka topic in order to have data properly partitioned -- 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