[jira] [Commented] (HIVE-13201) Compaction shouldn't be allowed on non-ACID table

2016-03-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189735#comment-15189735 ] Alan Gates commented on HIVE-13201: --- The tests shouldn't be dropped, they should instead be changed so

[jira] [Commented] (HIVE-13201) Compaction shouldn't be allowed on non-ACID table

2016-03-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187624#comment-15187624 ] Wei Zheng commented on HIVE-13201: -- [~alangates] Can you confirm? I'm planning to remove those 3 tests.

[jira] [Commented] (HIVE-13201) Compaction shouldn't be allowed on non-ACID table

2016-03-07 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183336#comment-15183336 ] Eugene Koifman commented on HIVE-13201: --- Seems to me like a test bug... > Compaction shouldn't be

[jira] [Commented] (HIVE-13201) Compaction shouldn't be allowed on non-ACID table

2016-03-06 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182617#comment-15182617 ] Wei Zheng commented on HIVE-13201: -- [~alangates] Can you take a look? As you can see,

[jira] [Commented] (HIVE-13201) Compaction shouldn't be allowed on non-ACID table

2016-03-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181981#comment-15181981 ] Hive QA commented on HIVE-13201: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-13201) Compaction shouldn't be allowed on non-ACID table

2016-03-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15178435#comment-15178435 ] Wei Zheng commented on HIVE-13201: -- Create a non-ACID table {code} hive> create table nonacid (a int); OK