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

NullPointer exception when processing query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.2.1
    • None
    • None
    • None

    Description

      Hive query:

      select count(*) from (select * from EXM_BASE_DATA, (select max(snapshot) max_snapshot from EXM_BASE_DATA) s0 where snapshot == max_snapshot) t;
      

      finish with NullPointer exception
      while

      select * from EXM_BASE_DATA, (select max(snapshot) max_snapshot from EXM_BASE_DATA) s0 where snapshot == max_snapshot
      

      is executed without error

      Attachments

        Activity

          People

            Unassigned Unassigned
            luky Lukas Waldmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: