[ 
https://issues.apache.org/jira/browse/DRILL-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15307261#comment-15307261
 ] 

ASF GitHub Bot commented on DRILL-4199:
---------------------------------------

Github user adityakishore commented on a diff in the pull request:

    https://github.com/apache/drill/pull/443#discussion_r65127177
  
    --- 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 --
    
    Will do.


> 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)

Reply via email to