You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/03/05 19:54:39 UTC

[jira] [Commented] (DRILL-1829) Move to a reallocation rather than rewind strategy for vectors

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

Rahul Challapalli commented on DRILL-1829:
------------------------------------------

[~hgunes] This issue is still not resolved. However the error has changed
{code}
select count(*) from `100000.tbl`;
+------------+
|   EXPR$0   |
+------------+
Query failed: RemoteRpcException: Failure while running fragment., You tried to do a batch data read operation when you were in a state of STOP.  You can only do this type of operation when you are in a state of OK or OK_NEW_SCHEMA. [ 01416345-568a-4a1a-ad8f-a43025bff03c on qa-node190.qa.lab:31010 ]
[ 01416345-568a-4a1a-ad8f-a43025bff03c on qa-node190.qa.lab:31010 ]
{code}

> Move to a reallocation rather than rewind strategy for vectors
> --------------------------------------------------------------
>
>                 Key: DRILL-1829
>                 URL: https://issues.apache.org/jira/browse/DRILL-1829
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Data Types
>            Reporter: Rahul Challapalli
>            Assignee: Steven Phillips
>             Fix For: 0.8.0
>
>         Attachments: 10000.tbl, 100000.tbl
>
>
> git.commit.id.abbrev=142e577
> I attached 2 files. Both of them have just 1 column. The length of the column in one file is 10000 and in the other it is 100000.
> The below queries fail to produce any output
> {code}
> 0: jdbc:drill:schema=dfs.drillTestDir> select columns[0] from `data-shapes/100000.tbl`;
> +--+
> |  |
> +--+
> +--+
> No rows selected (0.09 seconds)
> 0: jdbc:drill:schema=dfs.drillTestDir> select count(*) from `data-shapes/100000.tbl`;
> +--+
> |  |
> +--+
> +--+
> No rows selected (0.092 seconds)
> {code}
> The same queries work when the column width is 10000.
> Let me know if you need anything.



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