[
https://issues.apache.org/jira/browse/DRILL-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165063#comment-16165063
]
ASF GitHub Bot commented on DRILL-5775:
---------------------------------------
GitHub user jinfengni opened a pull request:
https://github.com/apache/drill/pull/941
DRILL-5775: Expand * into list of column/column family for MapR-DB b…
…inary table groupscan.
Move common code to HBaseUtils, so it's shared by both HBaseGroupScan and
BinaryTableGroupScan
The issue was exposed by existing unit tests in contrib/format-maprdb; no
new unit tests added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinfengni/incubator-drill DRILL-5775
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/941.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 #941
----
commit 4ff7ef2bdefbdf92c813a07c4f5bfff19acb1e8a
Author: Jinfeng Ni <[email protected]>
Date: 2017-09-06T21:48:54Z
DRILL-5775: Expand * into list of column/column family for MapR-DB binary
table groupscan.
Move common code to HBaseUtils, so it's shared by both HBaseGroupScan and
BinaryTableGroupScan
The issue was exposed by existing unit tests in contrib/format-maprdb; no
new unit tests added.
----
> Select * query on a maprdb binary table fails
> ---------------------------------------------
>
> Key: DRILL-5775
> URL: https://issues.apache.org/jira/browse/DRILL-5775
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - MapRDB
> Affects Versions: 1.11.0
> Reporter: Prasad Nagaraj Subramanya
> Assignee: Jinfeng Ni
>
> Select * query on a maprdb binary table fails with the below exception
> Failed with exception
> java.sql.SQLException: SYSTEM ERROR: IllegalArgumentException:
> HBaseRecordReader does not allow column *. Column * should have been
> converted to list of <row_key, column family1, column family2, ..., column
> family_n
> Commit ID - fde0a1df1734e0742b49aabdd28b02202ee2b044
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)