[
https://issues.apache.org/jira/browse/DRILL-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rahul Challapalli updated DRILL-1479:
-------------------------------------
Description:
git.commit.id.abbrev=5c220e3
The below query works fine when we from sqlline. However we run this query as
part of batch which contains other queries, then this fails frequently with the
attached error. The source data voter resides in hbase
Drill Query :
{code}
select sum(cast(threecf['contributions'] as decimal(6,2))) from voter;
{code}
Attached the error log and the data files
was:
git.commit.id.abbrev=5c220e3
The below query works fine when we from sqlline. However we run this query as
part of batch which contains other queries, then this fails frequently with the
attached error
Drill Query :
{code}
select sum(cast(threecf['contributions'] as decimal(6,2))) from voter;
{code}
Attached the error log and the data files
> Hbase query using "sum" randomly fails to execute in Drill-0.6.0
> ----------------------------------------------------------------
>
> Key: DRILL-1479
> URL: https://issues.apache.org/jira/browse/DRILL-1479
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Rahul Challapalli
> Attachments: hbase_sum.error, votertab
>
>
> git.commit.id.abbrev=5c220e3
> The below query works fine when we from sqlline. However we run this query as
> part of batch which contains other queries, then this fails frequently with
> the attached error. The source data voter resides in hbase
> Drill Query :
> {code}
> select sum(cast(threecf['contributions'] as decimal(6,2))) from voter;
> {code}
> Attached the error log and the data files
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)