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

NULL POINTER EXCEPTION

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.12.0, 0.13.0, 0.13.1, 0.14.0, 1.0.0, 1.1.0
    • 1.2.0
    • Query Planning
    • None

    Description

      NPE duting parsing of :

      select * from (
           select * from ( select 1 as id , "foo" as str_1 from staging.dual ) f
        union	all
           select * from ( select 2 as id , "bar" as str_2 from staging.dual ) g
      ) e ;
      

      Attachments

        1. HIVE-9513.2.patch.txt
          14 kB
          Navis Ryu
        2. HIVE-9513.1.patch.txt
          11 kB
          Navis Ryu

        Issue Links

          Activity

            People

              navis Navis Ryu
              ErwanMAS ErwanMAS
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: