[
https://issues.apache.org/jira/browse/HIVE-16442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eugene Koifman updated HIVE-16442:
----------------------------------
Component/s: Query Planning
> ExplainSemanticAnalyzer shares QueryState between statements
> ------------------------------------------------------------
>
> Key: HIVE-16442
> URL: https://issues.apache.org/jira/browse/HIVE-16442
> Project: Hive
> Issue Type: Bug
> Components: Query Planning
> Reporter: Eugene Koifman
>
> explain analyze .....
> will call the Driver recursively to actually execute the query
> when it does
> {noformat}
> BaseSemanticAnalyzer sem = SemanticAnalyzerFactory.get(queryState, input);
> {noformat}
> it ends up sharing QueryState between different query executions
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)