Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3479

"packed" complex types similar to Hive

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • Impala 2.3.0
    • None
    • Clients
    • None

    Description

      Add Impala's handling of complex types in a way that is similar to hive where if you query an array then the whole array is returned.

      Hive Example:

      select arr from arr_test;
      ['a','b']
      ['c','d'.'e']

      Impala:

      select * from arr_test.arr;
      a
      b
      c
      d
      e

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tscott@cloudera.com Thomas Scott
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: