neoremind commented on code in PR #16285:
URL: https://github.com/apache/lucene/pull/16285#discussion_r3518108903
##########
lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90DocValuesProducer.java:
##########
@@ -1999,6 +2027,27 @@ public void rangeIntoBitSet(
}
return;
}
+ if (rawValues != null) {
Review Comment:
Thank you for adding those tests!
Another observation, correct me if I am wrong, could the gcd path use the
same vectorized call instead of `sortedNumericScalarRangeIntoBitSet` call? If
yes, maybe we can unify `if (rawValues != null) {... return;}` and non-gcd path
as they are some duplicated code.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]