npawar commented on a change in pull request #6247: URL: https://github.com/apache/incubator-pinot/pull/6247#discussion_r525764886
########## File path: pinot-spi/src/main/java/org/apache/pinot/spi/config/table/SegmentsValidationAndRetentionConfig.java ########## @@ -22,14 +22,17 @@ import java.util.concurrent.TimeUnit; import org.apache.pinot.spi.config.BaseJsonConfig; +import org.apache.pinot.spi.config.table.ingestion.IngestionConfig; import org.apache.pinot.spi.utils.TimeUtils; // TODO: Consider break this config into multiple configs public class SegmentsValidationAndRetentionConfig extends BaseJsonConfig { private String _retentionTimeUnit; private String _retentionTimeValue; + @Deprecated Review comment: added to this: https://docs.pinot.apache.org/configuration-reference/table ---------------------------------------------------------------- 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. 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