-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36395/#review91475
-----------------------------------------------------------

Ship it!


Ship It!

- Kirk Lund


On July 10, 2015, 5:11 p.m., Jason Huynh wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/36395/
> -----------------------------------------------------------
> 
> (Updated July 10, 2015, 5:11 p.m.)
> 
> 
> Review request for geode, anilkumar gingade, Jianxia Chen, and Qihong Chen.
> 
> 
> Bugs: GEODE-90
>     https://issues.apache.org/jira/browse/GEODE-90
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> The issue was that while iterating through indexed objects, if an object 
> satisfied the query filter, the entire collection was being added to the 
> result set which caused an exception because it should have been the object 
> and not the collection of objects.
> 
> 
> Diffs
> -----
> 
>   
> gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/AbstractIndex.java
>  2ab3dd8 
>   
> gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/RangeIndexAPIJUnitTest.java
>  9d9c09f 
> 
> Diff: https://reviews.apache.org/r/36395/diff/
> 
> 
> Testing
> -------
> 
> build (some failing tests but unrelated to querying.  Will look into 
> rerunning those tests)
> 
> 
> Thanks,
> 
> Jason Huynh
> 
>

Reply via email to