[
https://issues.apache.org/jira/browse/DRILL-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14973596#comment-14973596
]
ASF GitHub Bot commented on DRILL-3950:
---------------------------------------
GitHub user hsuanyi opened a pull request:
https://github.com/apache/drill/pull/218
DRILL-3950: Add test case and bump calcite version to 1.4.0-drill-r7
Fix is in CALCITE-922
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hsuanyi/incubator-drill DRILL-3950
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/218.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #218
----
commit 265e8f8b9131bb202c28be296d6dedda612a2c7c
Author: Hsuan-Yi Chu <[email protected]>
Date: 2015-10-20T17:01:08Z
DRILL-3950: Add test case and bump calcite version to 1.4.0-drill-r7
Fix is in CALCITE-922
----
> CAST(...) * (Interval Constant) gives Internal Exception
> --------------------------------------------------------
>
> Key: DRILL-3950
> URL: https://issues.apache.org/jira/browse/DRILL-3950
> Project: Apache Drill
> Issue Type: Bug
> Components: Query Planning & Optimization
> Reporter: Sean Hsuan-Yi Chu
> Assignee: Sean Hsuan-Yi Chu
>
> For example,
> {code}
> select cast(empno as Integer) * (INTERVAL '1' DAY)
> from emp
> {code}
> results into
> {code}
> java.lang.AssertionError: Internal error: invalid literal: INTERVAL '1' DAY
> {code}
> The reason is that INTERVAL constant is not extracted properly in the cases
> where this constant times a CAST() function
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)