musclemuller commented on code in PR #16507:
URL: https://github.com/apache/pinot/pull/16507#discussion_r2264125568
##########
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/utils/TableConfigUtilsTest.java:
##########
@@ -815,6 +815,57 @@ public void ingestionStreamConfigsTest() {
// Legacy behavior: allow size based threshold to be explicitly set to 0
streamConfigs.put(StreamConfigProperties.SEGMENT_FLUSH_THRESHOLD_ROWS,
"0");
TableConfigUtils.validateStreamConfig(new StreamConfig("test",
streamConfigs));
+
Review Comment:
I think multi topic ingestion config only supported in ingestionconfig, and
it's not supported in the indexingConfig. so i validated only in this test
(ingestionConfig).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]