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/05/23 00:19:17 UTC

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

Sean Hsuan-Yi Chu created DRILL-3174:
----------------------------------------

             Summary: 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)