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 <[email protected]>
Date: 2017-10-20T21:29:01Z
DRILL-5896: Handle HBase columns vector creation in the HBaseRecordReader
----
---