Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Evolution issue #14774

Open
vermaaaditya038 opened this issue Jan 8, 2025 · 0 comments
Open

Schema Evolution issue #14774

vermaaaditya038 opened this issue Jan 8, 2025 · 0 comments

Comments

@vermaaaditya038
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant