GitHub user vdiravka opened a pull request:
https://github.com/apache/drill/pull/973
DRILL-5775: Select * query on a maprdb binary table fails
- Back out HBase changes introduced in DRILL-5546;
- The common HBase/MapR-DB_binary verifyColumns() method;
- MapRDBBinaryTable is introduced for the purpose of expanding the wildcard
on the planning stage;
- AbstractHBaseDrillTable class for MapRDBBinaryTable and DrillHBaseTable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vdiravka/drill DRILL-5775
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/973.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 #973
----
commit 2c38109607eec4b99f29dc9b2863156907b17500
Author: Paul Rogers <[email protected]>
Date: 2017-09-28T16:49:38Z
Back out HBase changes
commit 632f403d9f0711c4f4405349c7f3700af148a30b
Author: Vitalii Diravka <[email protected]>
Date: 2017-10-02T14:14:54Z
DRILL-5775: Select * query on a maprdb binary table fails
- The common HBase/MapR-DB_binary verifyColumns() method;
- MapRDBBinaryTable is introduced for the purpose of expanding the wildcard
on the planning stage;
- AbstractHBaseDrillTable class for MapRDBBinaryTable and DrillHBaseTable.
----
---