Hyunsik Choi created TAJO-962:
---------------------------------
Summary: Column reference used in LIMIT clause incurs NPE.
Key: TAJO-962
URL: https://issues.apache.org/jira/browse/TAJO-962
Project: Tajo
Issue Type: Bug
Components: planner/optimizer
Reporter: Hyunsik Choi
Priority: Trivial
Fix For: 0.9.0
{noformat}
select * from LINEITEM limit L_ORDERKEY;
{noformat}
Of course, any column reference is not allowed in LIMIT clause. But, the above
query will cause NPE. This is an query validator bug.
--
This message was sent by Atlassian JIRA
(v6.2#6252)