shounakmk219 opened a new pull request, #12648: URL: https://github.com/apache/pinot/pull/12648
This change is intended to handle the case where the derived column depends on upstream data which is not a column in the table schema. Currently it fails reloading the existing segments as existing segments don’t have this data available. With this PR the newly added derived column will be assigned the default null value in such cases so that user is able to query the column across all segments. -- 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]
