Github user ChinmaySKulkarni commented on the issue:
https://github.com/apache/phoenix/pull/363
@twdsilva More than issuing an ALTER TABLE for each index, I was talking
about adopting a similar approach to how we had done the property syncing in
the upgrade codepath in PHOENIX-3955; i.e. I can force the index table U_C_F
value to be the same as its base table via altering corresponding rows cells in
SYSCAT. ---
