You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/03/28 18:33:21 UTC

[GitHub] [incubator-pinot] chenboat opened a new issue #4029: Failure to retrieve data after add column to data schema.

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org