You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Chris Westin (JIRA)" <ji...@apache.org> on 2015/04/01 17:59:53 UTC

[jira] [Comment Edited] (DRILL-2606) Casting a column from hbase to boolean after a join with parquet makes DRILL unresponsive

    [ https://issues.apache.org/jira/browse/DRILL-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390868#comment-14390868 ] 

Chris Westin edited comment on DRILL-2606 at 4/1/15 3:59 PM:
-------------------------------------------------------------

>From the log, it looks like a remote fragment has trouble deserializing its JSON setup instructions.


was (Author: cwestin):
>From the log, it looks like a remote fragment has trouble deserializing its instructions.

> Casting a column from hbase to boolean after a join with parquet makes DRILL unresponsive
> -----------------------------------------------------------------------------------------
>
>                 Key: DRILL-2606
>                 URL: https://issues.apache.org/jira/browse/DRILL-2606
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>    Affects Versions: 0.8.0
>            Reporter: Rahul Challapalli
>            Assignee: Sudheesh Katkam
>            Priority: Critical
>             Fix For: 0.9.0
>
>         Attachments: dataload.hql, error.log, fewtypes_null.parquet, fewtypes_null_hbase.tbl
>
>
> git.commit.id.abbrev=4d398ed
> The below query never returns and causes Sqlline to hang. DRILL also becomes unresponsive after executing this query. So I have to restart drill for sqlline to even come up.
> {code}
> select cast(cast(o.types.bool_col as varchar(100)) as boolean) bool_col
> from dfs.`cross-sources`.`fewtypes_null.parquet` p
> inner join hbase.fewtypes_null o
>     on p.int_col = cast(cast(o.types.int_col as varchar(100)) as int)
> {code}
> This issue is similar to DRILL-2605. However in this case I did not use a view and some this causes drill/sqlline to become unresponsive where in DRILL-2605 we just get back an error.
> I attached the data files, data loading script, and the error log. Let me know if you need anything else.



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