You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Andrew (JIRA)" <ji...@apache.org> on 2015/06/16 05:29:01 UTC

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

     [ https://issues.apache.org/jira/browse/DRILL-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew updated DRILL-3300:
--------------------------
    Description: 
The method HBaseGroupScan.setFilterPushedDown(boolean) does not read it's parameter value:

  public void setFilterPushedDown(boolean b) {
    this.filterPushedDown = true;
  }

  was:

The method HBaseGroupScan.setFilterPushedDown(boolean) does not read it's parameter value.


> 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: Aditya Kishore
>            Priority: Trivial
>
> 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
(v6.3.4#6332)