Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
explain analyze .....
will call the Driver recursively to actually execute the query
when it does
BaseSemanticAnalyzer sem = SemanticAnalyzerFactory.get(queryState, input);
it ends up sharing QueryState between different query executions
Attachments
Issue Links
- is related to
-
HIVE-16447 QueryPlan.getOperation() is not always correct
- Open
-
HIVE-12636 Ensure that all queries (with DbTxnManager) run in a transaction
- Closed