[
https://issues.apache.org/jira/browse/HIVE-24429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
KIRTI RUGE reassigned HIVE-24429:
---------------------------------
Assignee: KIRTI RUGE
> Figure out a better way to test failed compactions
> --------------------------------------------------
>
> Key: HIVE-24429
> URL: https://issues.apache.org/jira/browse/HIVE-24429
> Project: Hive
> Issue Type: Improvement
> Reporter: Karen Coppage
> Assignee: KIRTI RUGE
> Priority: Major
>
> This block is executed during compaction:
> {code:java}
> if(conf.getBoolVar(HiveConf.ConfVars.HIVE_IN_TEST) &&
> conf.getBoolVar(HiveConf.ConfVars.HIVETESTMODEFAILCOMPACTION)) {
> throw new
> RuntimeException(HiveConf.ConfVars.HIVETESTMODEFAILCOMPACTION.name() +
> "=true");
> }{code}
> We should figure out a better way to test failed compaction than including
> test code in the source.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)