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

Add some missed tests for constant value group-by keys

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.9.0
    • Planner/Optimizer
    • None

    Description

      This patch is trivial change. It adds two unit tests for constant key groupby as follows:

      select 123 as key, count(1) as total from lineitem group by key order by key, total;
      
      select l_partkey as a, timestamp '2014-07-07 04:28:31.561' as b, '##' as c, count(*) d from lineitem
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment