[
https://issues.apache.org/jira/browse/HIVE-19364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461249#comment-16461249
]
Steve Yeom commented on HIVE-19364:
-----------------------------------
The following lines remove table and column stats state. When commenting out
the lines, the results of
the q file are the same .
BasicStatsTask.java:
public Object process(StatsAggregator statsAggregator) throws
HiveException, MetaException {
..
if (p.isTransactionalTable()) {
// TODO: this should also happen on any error. Right now this task will
just fail.
StatsSetupConst.setBasicStatsState(parameters, StatsSetupConst.FALSE);
}
> autoColumnStats_10.q test results for TestMiniLlapLocalCliDriver with
> insert-only transactional table does not match those with non-transactional
> table
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-19364
> URL: https://issues.apache.org/jira/browse/HIVE-19364
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 3.0.0
> Reporter: Steve Yeom
> Assignee: Steve Yeom
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)