Hi Pinot Team, Do you know how to create, rename, drop column name of existing table.
It is tedious task always to drop the existed table and to create new table for altering the column names.
Vuppala Suresh Kumar
06/06/2022, 10:21 AM
@Mayank@Kartik Khare any idea on this?
k
Kartik Khare
06/06/2022, 11:51 AM
Hi, you edit the schema from the UI itself. You can add columns columns. Rename and Drop is not supported since the schema should be backward compatible.