You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2014/05/19 04:06:37 UTC

[jira] [Created] (DRILL-771) Remove explicit cast for concat() with support for two way implicit cast added

Mehant Baid created DRILL-771:
---------------------------------

             Summary: Remove explicit cast for concat() with support for two way implicit cast added
                 Key: DRILL-771
                 URL: https://issues.apache.org/jira/browse/DRILL-771
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Mehant Baid
            Assignee: Mehant Baid
            Priority: Minor


We added explicit cast for concat() function in DrillOptiq, so all the arguments would be casted as varchar since implicit cast used to work only from varchar ---> int previously. With DRILL-577 we have implicit cast in the other direction as well hence we can remove the explicit cast.



--
This message was sent by Atlassian JIRA
(v6.2#6252)