[
https://issues.apache.org/jira/browse/GEODE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Huynh resolved GEODE-247.
-------------------------------
Resolution: Fixed
> 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)