Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1108#discussion_r166468585
--- Diff:
contrib/storage-kudu/src/main/java/org/apache/drill/exec/store/kudu/KuduSubScan.java
---
@@ -143,7 +133,7 @@ public String getTableName() {
@Override
public int getOperatorType() {
- return CoreOperatorType.HBASE_SUB_SCAN_VALUE;
+ return -1;
--- End diff --
Can we add `KUDU_SUB_SCAN_VALUE` to `CoreOperatorType` and use here?---
