Jason Huynh created GEODE-247:
---------------------------------

             Summary: LocalDataSet executeQuery method ignores the parameter 
buckets
                 Key: GEODE-247
                 URL: https://issues.apache.org/jira/browse/GEODE-247
             Project: Geode
          Issue Type: Bug
            Reporter: 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