jhuynh1 commented on a change in pull request #6028:
URL: https://github.com/apache/geode/pull/6028#discussion_r574857948
##########
File path:
geode-core/src/main/java/org/apache/geode/cache/query/internal/index/CompactRangeIndex.java
##########
@@ -1506,7 +1506,8 @@ private void applyProjectionForIndexInit(List
currentRuntimeIters)
: modifiedIndexExpr.evaluate(this.initContext);
if (indexKey == null) {
- indexKey = IndexManager.NULL;
+ // indexKey = IndexManager.NULL;
Review comment:
I don't think we can do this without losing some capabilities... such as
!= queries. This line of code also affects regular ranged indexes and not just
map indexes.
I think we'd have to find some way for the index to supply the correct
entries for those types of queries. Or find a better way to store the entries
in the index.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]