[
https://issues.apache.org/jira/browse/DRILL-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012547#comment-14012547
]
Chun Chang commented on DRILL-614:
----------------------------------
As of this build, it's not fixed:
#Wed May 28 17:19:59 PDT 2014
git.commit.id.abbrev=c8a08c3
14/05/29 10:06:25 INFO zookeeper.ClientCnxn: Session establishment complete on
server qa-node120.qa.lab/10.10.100.120:5181, sessionid = 0x459f33cc814772,
negotiated timeout = 15000
sqlline version 1.1.6
0: jdbc:drill:schema=dfs> select count(c_row) from data;
+------------+
| EXPR$0 |
+------------+
| 0 |
+------------+
1 row selected (0.362 seconds)
> simple count on varchar fails
> -----------------------------
>
> Key: DRILL-614
> URL: https://issues.apache.org/jira/browse/DRILL-614
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Chun Chang
> Priority: Blocker
>
> The c_varchar column in table data contains string.
> 0: jdbc:drill:schema=dfs> select count(c_varchar) from data;
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while
> running query.[error_id: "8af0fb93-c65b-4e06-9e7a-84b16f42a99a"
> endpoint {
> address: "qa-node119.qa.lab"
> user_port: 31010
> control_port: 31011
> data_port: 31012
> }
> error_type: 0
> message: "Failure while running fragment. < RuntimeException:[ cast function
> for type BIT is not defined ]"
> ]
> Error: exception while executing query (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.2#6252)