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

Support PPD for nested columns

    XMLWordPrintableJSON

Details

    Description

      It looks like that PPD doesn't work for nested columns, at least not for Parquet. For a given schema

      hive> desc nested;
      OK
      a                   	int                 	                    
      b                   	string              	                    
      c                   	struct<d:int,e:string>	                    
      

      PPD works for a query like

      select * from nested where a=1;
      

      while NOT for

      select * from nested where c.d=2;
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              xuefuz Xuefu Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: