suddendust opened a new pull request #7959: URL: https://github.com/apache/pinot/pull/7959
## Description This handles cases like `select $segmentName, * from table limit 1`. Pinot currently doesn't support extra cols with `*`. [Issue](https://github.com/apache/pinot/issues/7867). We expand the `*` on the broker side to actual columns. ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) * [ ] Yes Does this PR fix a zero-downtime upgrade introduced earlier? * [ ] Yes Does this PR otherwise need attention when creating release notes? Things to consider: * [ ] Yes -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org