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

Multi insert query bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.1, 2.2.0
    • Logical Optimizer
    • None

    Description

      When running multi-insert queries, when one of the query is not returning results, the other query is not returning the right result.
      For example:
      After following query, there is no value in /tmp/emp/dir3/000000_0

      From (select * from src) a
      insert overwrite directory '/tmp/emp/dir1/'
      select key, value
      insert overwrite directory '/tmp/emp/dir2/'
      select 'header'
      where 1=2
      insert overwrite directory '/tmp/emp/dir3/'
      select key, value 
      where key = 100;
      

      where clause in the second insert should not affect the third insert.

      Attachments

        1. HIVE-14519.1.patch
          4 kB
          Yongzhi Chen

        Issue Links

          Activity

            People

              ychena Yongzhi Chen
              ychena Yongzhi Chen
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: