Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-16442

ExplainSemanticAnalyzer shares QueryState between statements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Query Planning
    • 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

          Activity

            People

              Unassigned Unassigned
              ekoifman Eugene Koifman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: