-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
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.