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

A group-by clause with the same columns but aliased causes planning error.

    XMLWordPrintableJSON

Details

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

    Description

      The reproduction SQL statement is as follows:

      SELECT
        "lineitem".l_orderkey AS l_orderkey,
        "lineitem".l_orderkey AS l_orderkey1,
        COUNT ("lineitem".l_orderkey) AS T57801e5322bc50
      FROM
        "lineitem"
      GROUP BY
        l_orderkey, l_orderkey1
      ORDER BY
        l_orderkey, l_orderkey1;
      

      Attachments

        1. TAJO-718.patch
          9 kB
          Hyunsik Choi

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: