ege-st commented on code in PR #11776: URL: https://github.com/apache/pinot/pull/11776#discussion_r1367020448
########## pinot-spi/src/main/java/org/apache/pinot/spi/config/table/ingestion/StreamIngestionConfig.java: ########## @@ -34,6 +34,9 @@ public class StreamIngestionConfig extends BaseJsonConfig { @JsonPropertyDescription("All configs for the streams from which to ingest") private final List<Map<String, String>> _streamConfigMaps; + @JsonPropertyDescription("Whether to use column major mode when creating the segment.") + private boolean _columnMajorSegmentBuilderEnabled; Review Comment: Both are checked in the `RealTimeSegmentDataManager` constructor: if there's a Stream Ingestion Config section then it uses that to check for the Segment Builder mode and if there isn't then it checks the the old configuration section for the flag. -- 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