[ https://issues.apache.org/jira/browse/PHOENIX-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14261547#comment-14261547 ]
Jeffrey Zhong commented on PHOENIX-1409: ---------------------------------------- {quote} it might be there specifically for when you're running the unit tests against a real cluster (is that correct Jeffrey Zhong?) {quote} Yes, we're running tests against a real test cluster. Besides the shutdown hook, I didn't see the reason why we took the following code out: {code} - @AfterClass - public static void doTeardown() throws Exception { - dropNonSystemTables(); - } {code} Some test changes are unrelated to this JIAR, it's better that we can put them into a different JIRA. > Allow ALTER TABLE <table> SET command to update HTableDescriptor and > HColumnDescriptor properties > ------------------------------------------------------------------------------------------------- > > Key: PHOENIX-1409 > URL: https://issues.apache.org/jira/browse/PHOENIX-1409 > Project: Phoenix > Issue Type: Improvement > Affects Versions: 4.2 > Reporter: James Taylor > Assignee: Alicia Ying Shu > Attachments: PHOENIX-1409-v3.patch, Phoenix-1409-v1.patch, > Phoenix-1409.patch, WIP.patch, phoenix-1409-v2.patch > > > Once PHOENIX-1408 is fixed, we should allow HTableDescriptor and > HColumnDescriptor properties through the ALTER TABLE <table> SET command. > It'd just be a matter of passing these properties through the existing > methods, as we support this for CREATE TABLE. -- This message was sent by Atlassian JIRA (v6.3.4#6332)