Is it possible to add columns to a pinot table in ...
# troubleshooting
e
Is it possible to add columns to a pinot table in place or do we have to save the data and recreate/reload?
m
You can create new columns in place, and have default values assigned. If you have non default values, that would need a backfill
e
Oh that's great! Thanks