vermaaaditya038 opened a new issue, #14774:
URL: https://github.com/apache/pinot/issues/14774

   So whenever I try to add new column in my pinot schema , teh configurstion 
dosnt register it and even when I reload all the segments still the issue 
persists as that column is still not available
   
   the way I do it right now which creates a downtime is 
   
   I delete the table config via curl and post the schema again via curl which 
does solve the issue as it takes the new configuration but it reads the data 
from scratch and takes its time to rebuild the segments.
   
   this is a big and should not be like that. Please see 
   
   TO replicate the issue
   
   ADD new column in schema
   
   send the data from kafka by adding that value in the stream 
   and try reloading the segments from pinot UI without deleting the table 
configs
   


-- 
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]

Reply via email to