[
https://issues.apache.org/jira/browse/TAJO-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846665#comment-13846665
]
Hudson commented on TAJO-407:
-----------------------------
FAILURE: Integrated in Tajo-trunk-postcommit #612 (See
[https://builds.apache.org/job/Tajo-trunk-postcommit/612/])
TAJO-407: PostgreSQL-style cast should have higher operator priority. (hyunsik)
(hyunsik:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=3c302d9e290f5cacaa00d24750fae72d3d35c3e0)
* tajo-common/src/main/java/org/apache/tajo/datum/DatumFactory.java
*
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/parser/TestHiveConverter.java
*
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/function/TestDateTimeFunctions.java
* CHANGES.txt
*
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/eval/TestSQLExpression.java
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/eval/CastEval.java
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/parser/SQLAnalyzer.java
*
tajo-core/tajo-core-backend/src/main/antlr4/org/apache/tajo/engine/parser/SQLParser.g4
> 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)