[
https://issues.apache.org/jira/browse/DRILL-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306128#comment-15306128
]
ASF GitHub Bot commented on DRILL-4199:
---------------------------------------
Github user jacques-n commented on a diff in the pull request:
https://github.com/apache/drill/pull/443#discussion_r65014981
--- Diff:
contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/config/HBasePersistentStore.java
---
@@ -175,7 +179,7 @@ public boolean hasNext() {
done = true;
}
} catch (IOException e) {
- throw new DrillRuntimeException("Caught error while fetching
rows from for table:" + Bytes.toString(table.getTableName()), e);
+ throw new DrillRuntimeException("Caught error while fetching
rows from for table:" + hbaseTableName, e);
--- End diff --
Can we use UserException.dataReadError(e) for these?
> Add Support for HBase 1.X
> -------------------------
>
> Key: DRILL-4199
> URL: https://issues.apache.org/jira/browse/DRILL-4199
> Project: Apache Drill
> Issue Type: New Feature
> Components: Storage - HBase
> Affects Versions: 1.7.0
> Reporter: Divjot singh
> Assignee: Aditya Kishore
>
> Is there any Road map to upgrade the Hbase version to 1.x series. Currently
> drill supports Hbase 0.98 version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)