You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: