You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2014/09/30 20:48:34 UTC

[jira] [Created] (DRILL-1471) Hbase queries fail with / by zero

Krystal created DRILL-1471:
------------------------------

             Summary: Hbase queries fail with / by zero
                 Key: DRILL-1471
                 URL: https://issues.apache.org/jira/browse/DRILL-1471
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - HBase
            Reporter: Krystal
            Assignee: Aditya Kishore


git.commit.id.abbrev=81fb18a

The following hbase query fails:
0: jdbc:drill:schema=dfs> select cast(row_key as integer) voter_id, convert_from(onecf['name'], 'UTF8') name, cast(twocf['age'] as integer) age, cast(twocf['registration'] as varchar(20)) registration, cast(threecf['contributions'] as decimal(6,2)) contributions, cast(threecf['voterzone'] as integer) voterzone,cast(fourcf['create_date'] as timestamp) create_date from M7.m7voter where onecf['name'] not similar to '%(young|u|a|i|e|m)%';
Query failed: Failure while setting up Foreman. / by zero [176bbea0-b240-4ed2-88a6-b0e707c0e442]




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)