Hi Folks,
We have a field of LONG data type which was earlier mentioned as "dimensionField" in our schema. This field stored the time in epoch milliseconds. Using this schema the data was loaded. However, we now want to make this field "metricField" so that we can apply range indexing to it. When we tried to update the schema it resulted in the error
Backward incompatible schema <schemaName>.Only allow adding new columns
What can be the way to proceed ?