chenboat commented on code in PR #13790: URL: https://github.com/apache/pinot/pull/13790#discussion_r1874150534
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/IngestionConfigUtils.java: ########## @@ -46,15 +48,100 @@ private IngestionConfigUtils() { private static final int DEFAULT_PUSH_ATTEMPTS = 5; private static final int DEFAULT_PUSH_PARALLELISM = 1; private static final long DEFAULT_PUSH_RETRY_INTERVAL_MILLIS = 1000L; + // For partition from different tables, we pad then with an offset to avoid collision. The offset is far higher Review Comment: Should it be different streams rather than different tables? -- 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