davecromberge opened a new pull request, #19136: URL: https://github.com/apache/pinot/pull/19136
`RefreshSegmentTaskExecutor` reads the source segment via `PinotSegmentRecordReader.init(indexDir)`, which loads through `ImmutableSegmentLoader.load(indexDir, ReadMode)` — with no `TableConfig`/`Schema`. Column readers whose configuration is derived from the table config are therefore not honored while the segment is read for refresh. This loads the source segment with the `IndexLoadingConfig` the executor already builds and initializes the record reader from that segment (`needPreprocess=false`, read-only); the segment is destroyed after reading. Standard columns are unaffected. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
