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

Select query with view in subquery adds underlying table as direct input

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.1
    • None
    • None

    Description

      In the following case,

      create view V as select * from T;
      select * from (select * from V) A;
      

      The semantic analyzer inputs contain input table T as a direct input instead of adding it as an indirect input.

      Attachments

        1. HIVE-10875.2.patch
          7 kB
          Thejas Nair
        2. HIVE-10875.1.patch
          1 kB
          Thejas Nair

        Issue Links

          Activity

            People

              thejas Thejas Nair
              thejas Thejas Nair
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: