Jackie-Jiang commented on PR #19118: URL: https://github.com/apache/pinot/pull/19118#issuecomment-5170523641
This shouldn't be a visible column, but a hidden column. We have 2 column concept: - Column with `$` prefix: hidden column - Column with `virtualColumnProvider`: virtual column To handle existing segments, 2 options: - Use `virtualColumnProvider` to fill the column (hybrid, some segments have virtual, some segments have physical) - Pre-process the segment to fill the column (everything physical) -- 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]
