[
https://issues.apache.org/jira/browse/DRILL-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200174#comment-16200174
]
ASF GitHub Bot commented on DRILL-5775:
---------------------------------------
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/973#discussion_r143971466
--- Diff:
contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseGroupScan.java
---
@@ -143,9 +143,9 @@ private HBaseGroupScan(HBaseGroupScan that) {
@Override
public GroupScan clone(List<SchemaPath> columns) {
+ HBaseUtils.verifyColumns(columns, hTableDesc);
--- End diff --
Agree. I've added the same to `BinaryTableGroupScan`.
> 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: Vitalii Diravka
> Fix For: 1.12.0
>
>
> 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)