dang-stripe opened a new issue, #17325: URL: https://github.com/apache/pinot/issues/17325
Based on this error message: https://github.com/apache/pinot/blob/master/pinot-controller/src/main/resources/app/pages/Query.tsx#L401-L406, it seems like queries can fail when segments aren't reloaded after a schema is updated. How often can this happen in practice and are there ways to avoid it? We have some guidance for users to avoid using `select *` queries and to explicitly list all columns instead, but it's not actually clear if that would prevent this issue. We haven't seen this in practice in prod, but wanted to confirm whether the behavior still exists. cc @Jackie-Jiang @gortiz -- 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]
