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

Multi insert statement fails on Tez

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • tez-branch
    • None
    • None

    Description

      Here's an example statement that doesn't work:

      rom (SELECT name FROM studenttab10k WHERE name != 'foo') a join studenttab10k on (a.name = studenttab10k.name)
      insert overwrite table mi1
      select a.name, a.name
      where a.name <> 'foo'

      insert overwrite table mi2
      select a.name, a.name
      where a.name <> 'bar'

      Attachments

        1. HIVE-5984.1.patch
          23 kB
          Gunther Hagleitner

        Issue Links

          Activity

            People

              hagleitn Gunther Hagleitner
              hagleitn Gunther Hagleitner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: