You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/31 23:20:00 UTC

[jira] [Commented] (DRILL-3300) Parameter never used in HBaseGroupScan

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

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

ilooner closed pull request #183: [DRILL-3300] Bug fix: Unused method parameter
URL: https://github.com/apache/drill/pull/183
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Parameter never used in HBaseGroupScan
> --------------------------------------
>
>                 Key: DRILL-3300
>                 URL: https://issues.apache.org/jira/browse/DRILL-3300
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>    Affects Versions: 1.0.0
>            Reporter: Andrew
>            Assignee: Andrew
>            Priority: Trivial
>             Fix For: Future
>
>
> The method HBaseGroupScan.setFilterPushedDown(boolean) does not read it's parameter value:
>   public void setFilterPushedDown(boolean b) {
>     this.filterPushedDown = true;
>   }



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