krishan1390 commented on code in PR #16845:
URL: https://github.com/apache/pinot/pull/16845#discussion_r2403686455
##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/IndexingConfig.java:
##########
@@ -65,6 +65,10 @@ public class IndexingConfig extends BaseJsonConfig {
private boolean _nullHandlingEnabled;
private boolean _columnMajorSegmentBuilderEnabled = true;
private boolean _skipSegmentPreprocess;
+ // If set to true, uses NoDictColumnStatisticsCollector for stats collection
for no-dictionary columns.
+ // Once we are confident about the stability of
NoDictColumnStatisticsCollector,
+ // we can enable it by default and deprecate this config
+ private boolean _optimiseNoDictStatsCollection = false;
Review Comment:
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.
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]