Sergey Shelukhin created HIVE-18912:
---------------------------------------
Summary: Stats task should set inaccurate flag on failure
Key: HIVE-18912
URL: https://issues.apache.org/jira/browse/HIVE-18912
Project: Hive
Issue Type: Bug
Reporter: Sergey Shelukhin
See the code where it presets it e.g. for txn table.
{noformat}
StatsSetupConst.setBasicStatsState(parameters, StatsSetupConst.FALSE);
{noformat}
In my testing, I noticed that sometimes when stats task fails, the
accurate=true flag is not cleaned.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)