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?)