You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/04/13 22:50:41 UTC

[jira] [Created] (HIVE-16442) ExplainSemanticAnalyzer shares QueryState between statements

Eugene Koifman created HIVE-16442:
-------------------------------------

             Summary: ExplainSemanticAnalyzer shares QueryState between statements
                 Key: HIVE-16442
                 URL: https://issues.apache.org/jira/browse/HIVE-16442
             Project: Hive
          Issue Type: Bug
            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)