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

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

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?


> Fix NPE during physical plan submission for various storage plugins
> -------------------------------------------------------------------
>
>                 Key: DRILL-6130
>                 URL: https://issues.apache.org/jira/browse/DRILL-6130
>             Project: Apache Drill
>          Issue Type: Task
>          Components: Storage - Other
>    Affects Versions: 1.12.0
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>            Priority: Major
>             Fix For: 1.13.0
>
>
> List of storage plugins to review:
>  kafka (DRILL-6111)
>  jdbc (no issues)
>  hive (DRILL-6127)
>  mongo (no issues)
>  opentsdb (no issues)
>  kudu
>  hbase
> Issues occurred due ser / de bugs in storage plugins scan and sub-scan 
> classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to