You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/07/01 03:02:05 UTC

[jira] [Updated] (DRILL-3174) Calcite blocks queries whose type-missmatch can be resolved by Drill's Implicit casting

     [ https://issues.apache.org/jira/browse/DRILL-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau updated DRILL-3174:
----------------------------------
    Fix Version/s: 1.1.0

> Calcite blocks queries whose type-missmatch can be resolved by Drill's Implicit casting
> ---------------------------------------------------------------------------------------
>
>                 Key: DRILL-3174
>                 URL: https://issues.apache.org/jira/browse/DRILL-3174
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>            Reporter: Sean Hsuan-Yi Chu
>            Assignee: Sean Hsuan-Yi Chu
>             Fix For: 1.1.0
>
>
> {code}
> select a from ... union all select b from ...
> {code}
> where a is int, and b is a bunch of integers in varchar types. Drill-Calcite interrupts this query by the column types. Since Drill has its own ways of handling type-mismatch, can we let Calcite ignore type checking?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)