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

Support PPD for nested columns

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsAdd voteVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned Assign to me
            xuefuz Xuefu Zhang

            Dates

              Created:
              Updated:

              Slack

                Issue deployment