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

Predicate push down does not work with UDTF's

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.5.0
    • 0.6.0
    • Query Processor
    • None
    • Reviewed

    Description

      Predicate push down does not work with UDTF's in lateral views

      hive> SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS k WHERE k=1;
      FAILED: Unknown exception: null
      hive>
      
      

      Attachments

        1. HIVE-1056-0.6.patch.txt
          83 kB
          Carl Steinbach
        2. HIVE-1056.4.patch
          82 kB
          Paul Yang
        3. HIVE-1056.3.patch
          81 kB
          Paul Yang
        4. HIVE-1056.2.patch
          81 kB
          Paul Yang
        5. HIVE-1056.1.patch
          78 kB
          Paul Yang

        Activity

          People

            pauly Paul Yang
            pauly Paul Yang
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: