hi team, i have a question on schema evolution on ...
# troubleshooting
y
hi team, i have a question on schema evolution on hybrid table. is it possible that we add new column on realtime table while this table is still in the form of hybrid table? (i.e. table a is already hybrid table, i want to add new column on table a's realtime table since past data in offline table does not have any feature of new column) if possible, do we just need to follow this to the realtime schema config only? (or both?)
m
Yes schema evolution is supported for hybrid tables
👍 1
This includes consuming segments
y
oh do we need to change realtime schema only?? what about offline table schema?
m
Hopefully you are using same schema for both? Then changing one will help update for both?
y
yes we are using the same schema for both. if then, do you mean we just need to update realtime schema only?
m
I am asking if the schema name is the same for both in table config? If yes, the they point to same schema object, and so updating the schema will reflect on both tables
y
oh nope we have different names. then it means we need to update both
스크린샷 2022-04-12 오전 11.23.45.png
m
Hmm, always a good idea to share the same name. See it it allows to do that (it might not be allowed, but check)