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

ASF GitHub Bot commented on GEODE-247:
--------------------------------------

Github user nabarunnag commented on the pull request:

    https://github.com/apache/incubator-geode/pull/112#issuecomment-198073859
  
    Will start a new pull request with the code modification suggested in the 
comments for this pull request.


> LocalDataSet executeQuery method ignores the parameter buckets
> --------------------------------------------------------------
>
>                 Key: GEODE-247
>                 URL: https://issues.apache.org/jira/browse/GEODE-247
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: Jason Huynh
>            Assignee: Jason Huynh
>            Priority: Minor
>
> The buckets passes in as a parameter into this call are completely ignored.  
> It should probably be used instead of the getBucketSet().
>  public Object executeQuery(DefaultQuery query, Object[] parameters,
>       Set buckets) throws FunctionDomainException,
>       TypeMismatchException, NameResolutionException,
>       QueryInvocationTargetException {
> ...
>  result = this.proxy.executeQuery(query, parameters, getBucketSet());
> ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to