You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2013/12/12 09:36:08 UTC

[jira] [Commented] (TAJO-407) PostgreSQL-style cast should have higher operator priority

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

Jihoon Son commented on TAJO-407:
---------------------------------

+1.
This patch looks good to me.

> PostgreSQL-style cast should have higher operator priority
> ----------------------------------------------------------
>
>                 Key: TAJO-407
>                 URL: https://issues.apache.org/jira/browse/TAJO-407
>             Project: Tajo
>          Issue Type: Bug
>          Components: operator/expression
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-407.patch
>
>
> See the title. Currently, postgresql-style cast has lower operator priority than some operators like equal(=). So, the following statement does not work properly.
> {noformat}
> tajo> select l_shipdate from lineitem where l_shipdate = '1996-03-13'::date limit 1;
> ERROR: No operator matches the given name and argument type(s): lineitem.l_shipdate (DATE(0)) = 1996-03-13
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)