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

explain extended insert into table foo values(4,5,6) leaks temp tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.14.0
    • None
    • None
    • None

    Description

      do

      show tables;
      explain extended insert into table foo values(4,5,6);
      show tables;
      

      you'll notice that 2nd 'show tables' will includes something like 'values_tmptable_19' which is the temp table shown in 'ABSTRACT SYNTAX TREE' portion of the plan

      quit and restart Hive CLI and this table disappears as is expected for temp tables.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: