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