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

[jira] [Commented] (DRILL-562) Parse failure for CHAR_LENGTH function

    [ https://issues.apache.org/jira/browse/DRILL-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017179#comment-14017179 ] 

Mehant Baid commented on DRILL-562:
-----------------------------------

Fixed part p1 work

> Parse failure for CHAR_LENGTH function
> --------------------------------------
>
>                 Key: DRILL-562
>                 URL: https://issues.apache.org/jira/browse/DRILL-562
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.0.0
>            Reporter: Krystal
>            Assignee: Krystal
>
> The following test query failed:
> select char_length(name) from voter where age < 20;
> 2014-04-23 15:05:11 INFO  DrillTestBase:186 - Query dispatch start time: 2014/04/23 15:05:11.0011
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "9c86758d-1358-488b-89ec-389684b44a8d"
> endpoint {
>   address: "qa-node57.qa.lab"
>   user_port: 31010
>   control_port: 31011
>   data_port: 31012
> }
> error_type: 0
> message: "Failure while parsing sql. < ValidationException:[ java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 ] < IndexOutOfBoundsException:[ Index: 0, Size: 0 ]"
> ]



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