You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/10/01 07:08:33 UTC

[jira] [Commented] (TAJO-962) Column reference used in LIMIT clause incurs NPE.

    [ https://issues.apache.org/jira/browse/TAJO-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154363#comment-14154363 ] 

ASF GitHub Bot commented on TAJO-962:
-------------------------------------

Github user blrunner commented on the pull request:

    https://github.com/apache/tajo/pull/164#issuecomment-57419591
  
    +1
    
    Thank you for your contribution.
    It looks good to me and 'mvn clean install' finished successfully.



> 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
>            Assignee: 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.3.4#6332)