Github user JamesRTaylor commented on the issue:
https://github.com/apache/phoenix/pull/303
+1 to the patch. Great work @twdsilva and @churrodog! I made some minor
comments for some potential follow up work and had a few questions, but let's
get this committed first. I'd recommend the following priority for the next
JIRA as:
1. Move views to their own table
2. Get rid of client side code that is sending the base columns
3. Fix corner case/race condition issues
4. Add code that doesn't write orphaned metadata on major compaction
---