chenboat opened a new issue #4029: Failure to retrieve data after add column to 
data schema. 
URL: https://github.com/apache/incubator-pinot/issues/4029
 
 
   We recently added a column A with some default value to a Pinot table T 
(with offline tables). When we issues query like
        select A, other_existing_column from  T where key = "some_value"
   
   It fails to retrieve records inserted before the column addition. On the 
other hand, when we use 
       select  other_existing_column from  T where key = "some_value"
   we can get the record. 
   
   Restarting the Pinot servers does not help either in this case. We know the 
record is in the offline servers.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to