-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36395/
-----------------------------------------------------------
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