You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Kristine Hahn (JIRA)" <ji...@apache.org> on 2015/03/18 22:10:38 UTC

[jira] [Resolved] (DRILL-2443) Document implicit casting rules

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

Kristine Hahn resolved DRILL-2443.
----------------------------------
    Resolution: Fixed

Rules about implicit casting are posted on the Drill wiki and ready for review:

http://drill.apache.org/docs/data-types/#implicit-casting

> Document implicit casting rules
> -------------------------------
>
>                 Key: DRILL-2443
>                 URL: https://issues.apache.org/jira/browse/DRILL-2443
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Victoria Markman
>            Assignee: Kristine Hahn
>
> This document should describe the implicit casting rules in different operations: joins, "union all" and functions.
> For example,
> if t1.a1 is defined as an INTEGER and t2.a2 is defined as BIGINT, using these two columns in a join predicate will result in t1.a1 to be converted to BIGINT implicitly and explicit cast will not be needed:
> select * from t1, t2 where t1.a1 = t2.a2;



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