@All - I added a table by using addTable pinot co...
# general
r
@All - I added a table by using addTable pinot command, but after I changed the schema, how to update the existing table already added. How to do update and delete table here.
x
You can update schema using schema api
Try out controller swagger UI
It also generates the corresponding requests
r
What happens , If I run the same addTable commands with the latest schema file. any Idea?