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.
----
---