[ https://issues.apache.org/jira/browse/HIVE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16916382#comment-16916382 ]
Gopal V edited comment on HIVE-22145 at 8/27/19 5:14 AM: --------------------------------------------------------- {code} if (pCtx.getQueryProperties().isAnalyzeCommand()) { {code} should be a not. I added the change and resubmitted. was (Author: gopalv): {code} if (pCtx.getQueryProperties().isAnalyzeCommand()) { {code} should be if(!) > Avoid optimizations for analyze compute statistics > -------------------------------------------------- > > Key: HIVE-22145 > URL: https://issues.apache.org/jira/browse/HIVE-22145 > Project: Hive > Issue Type: Improvement > Components: Query Planning > Affects Versions: 4.0.0 > Reporter: Vineet Garg > Assignee: Vineet Garg > Priority: Major > Attachments: HIVE-22145.1.patch, HIVE-22145.2.patch > > -- This message was sent by Atlassian Jira (v8.3.2#803003)