Norris Lee created DRILL-911: -------------------------------- Summary: Group by queries don't work with hbase Key: DRILL-911 URL: https://issues.apache.org/jira/browse/DRILL-911 Project: Apache Drill Issue Type: Bug Reporter: Norris Lee
Group by queries for an hbase table return UnsupportedOperationException. {code} 0: jdbc:drill:zk=localhost:5181> select `account` from `hbase`.`students` group by `account`; Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "9e89db54-6f31-4247-9db1-c1cb804d9948" endpoint { address: "192.168.39.43" user_port: 31010 control_port: 31011 data_port: 31012 } error_type: 0 message: "Failure while running fragment. < UnsupportedOperationException" ] Error: exception while executing query (state=,code=0) {code} -- This message was sent by Atlassian JIRA (v6.2#6252)