You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2014/04/24 00:28:15 UTC

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

Krystal created DRILL-562:
-----------------------------

             Summary: Parse failure for CHAR_LENGTH function
                 Key: DRILL-562
                 URL: https://issues.apache.org/jira/browse/DRILL-562
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: 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)