praveenc7 opened a new issue, #17821: URL: https://github.com/apache/pinot/issues/17821
## Problem When PurgeTask rebuilds a segment (after purging compliance/late-event records), SegmentPurger creates a new segment via SegmentGeneratorConfig which unconditionally picks up starTreeIndexConfigs from the table config, even if enableDynamicStarTreeCreation is set to false. This causes segments to unexpectedly gain star-tree indexes during purge, even when enableDynamicStarTreeCreation is false. ## Proposal Makes SegmentPurger.initSegmentGeneratorConfig() respect enableDynamicStarTreeCreation — if it's false (default), star-tree configs should not be updated/deleted -- 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]
