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

Bug with error "cannot find ObjectInspector for VOID"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • None
    • None
    • None
    • None

    Description

      This happens when using constant "null", but not when using "CAST(null AS STRING)".

      explain extended FROM 
      (select 1 as a, null as b
       from zshao_tt
       distribute by a) tmp
      SELECT transform(a, b)
      USING 'cat';
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            zshao Zheng Shao
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: