You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/20 23:32:01 UTC

[jira] [Commented] (DRILL-5896) Handle vector creation in HbaseRecordReader to avoid NullableInt vectors later

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

ASF GitHub Bot commented on DRILL-5896:
---------------------------------------

GitHub user prasadns14 opened a pull request:

    https://github.com/apache/drill/pull/1005

    DRILL-5896: Handle HBase columns vector creation in the HBaseRecordReader

    Handling vector creation for projected hbase columns, by keeping track of column families and columns separately. 
    @paul-rogers please review

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prasadns14/drill DRILL-5896

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1005.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1005
    
----
commit 0f61a2dcd955d30d52103be0454fa45089eee064
Author: Prasad Nagaraj Subramanya <pr...@gmail.com>
Date:   2017-10-20T21:29:01Z

    DRILL-5896: Handle HBase columns vector creation in the HBaseRecordReader

----


> Handle vector creation in HbaseRecordReader to avoid NullableInt vectors later
> ------------------------------------------------------------------------------
>
>                 Key: DRILL-5896
>                 URL: https://issues.apache.org/jira/browse/DRILL-5896
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>    Affects Versions: 1.11.0
>            Reporter: Prasad Nagaraj Subramanya
>            Assignee: Prasad Nagaraj Subramanya
>             Fix For: 1.12.0
>
>
> When a hbase query projects both a column family and a column in the column family, the vector for the column is not created in the HbaseRecordReader.
> So, in cases where scan batch is empty we create a NullableInt vector for this column. We need to handle column creation in the reader.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)