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 20:06:02 UTC

[jira] [Updated] (DRILL-504) Max function against string fails

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

Mehant Baid updated DRILL-504:
------------------------------

    Component/s: Functions - Drill

> Max function against string fails
> ---------------------------------
>
>                 Key: DRILL-504
>                 URL: https://issues.apache.org/jira/browse/DRILL-504
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.0.0
>            Reporter: Krystal
>
> Ran the following query:
> select max(name) from dfs.`student`;
> The query failed with the following error:
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "c7f5cb9e-e172-4366-9a86-99523cc828b5"
> endpoint {
>   address: "qa-node57.qa.lab"
>   user_port: 31010
>   control_port: 31011
>   data_port: 31012
> }
> error_type: 0
> message: "Failure while running fragment. < NumberFormatException:[ fred ovid ]"
> ]
> Error: exception while executing query (state=,code=0)
> 0: jdbc:drill:schema=dfs> select max(name) from dfs.`student`;
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "b7d8d803-68ad-49ef-9958-1d4c6708bd1b"
> endpoint {
>   address: "qa-node57.qa.lab"
>   user_port: 31010
>   control_port: 31011
>   data_port: 31012
> }
> error_type: 0
> message: "Failure while running fragment. < NumberFormatException:[ fred ovid ]"
> ]
> Error: exception while executing query (state=,code=0)



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