Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-568

Union query with the same alias names cause NPE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • Planner/Optimizer
    • None

    Description

      See the title and the following case:

      select a.id, a.name from (select id, name from table1) a
      union all
      select a.id, a.name from (select id, name from table1) a
      

      We should fix it.

      Attachments

        1. TAJO-568.patch
          4 kB
          Hyunsik Choi

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: