You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Sean Hsuan-Yi Chu (JIRA)" <ji...@apache.org> on 2015/06/10 00:27:00 UTC

[jira] [Resolved] (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 ]

Sean Hsuan-Yi Chu resolved DRILL-3174.
--------------------------------------
    Resolution: Duplicate

> 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
>
> {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)