npawar commented on a change in pull request #5597:
URL: https://github.com/apache/incubator-pinot/pull/5597#discussion_r444541657
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/segment/creator/StatsCollectorConfig.java
##########
@@ -35,16 +36,19 @@
public class StatsCollectorConfig {
private final Schema _schema;
+ private final TableConfig _tableConfig;
private final SegmentPartitionConfig _segmentPartitionConfig;
/**
* Constructor for the class.
* @param schema Data schema
* @param segmentPartitionConfig Segment partitioning config
*/
- public StatsCollectorConfig(@Nonnull Schema schema, SegmentPartitionConfig
segmentPartitionConfig) {
+ public StatsCollectorConfig(Schema schema, TableConfig tableConfig,
@Nullable SegmentPartitionConfig segmentPartitionConfig) {
Review comment:
sure , done
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]