Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
I ran the bellow query which uses column alias and group by.
select b.n_name as nation, count(*) as cnt from customer_100 a, nation_100 b where a.c_nationkey = b.n_nationkey group by b.n_name order by cnt desc limit 7
This query doesn't end. I found attached error message in tajo worker's log.
Attachments
Issue Links
- duplicates
-
TAJO-226 Can't use group by column alias
- Resolved