Hello, I am a newbie to pinot! referencing this d...
# getting-started
r
Hello, I am a newbie to pinot! referencing this doc: https://docs.pinot.apache.org/users/tutorials/schema-evolution
Pinot only allows adding new columns to the schema. In order to drop a column, change the column name or data type, a new table has to be created.
Is this applicable only for realtime tables (or) offline tables as well? Are there any plans to support renaming of a column? Any reasons why renaming is not supported?
m
Renaming and certain data type changes are backward incompatible and hence not supported for RT as well as offline tables.