ankitsultana commented on code in PR #12602: URL: https://github.com/apache/pinot/pull/12602#discussion_r1529431564
########## pinot-spi/src/main/java/org/apache/pinot/spi/config/table/ingestion/StreamIngestionConfig.java: ########## @@ -37,6 +37,9 @@ public class StreamIngestionConfig extends BaseJsonConfig { @JsonPropertyDescription("Whether to use column major mode when creating the segment.") private boolean _columnMajorSegmentBuilderEnabled; + @JsonPropertyDescription("Whether to use column major mode when creating the segment.") Review Comment: property description is copied over from `_columnMajorSegmentBuilderEnabled` -- 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