uschindler commented on code in PR #14910:
URL: https://github.com/apache/lucene/pull/14910#discussion_r2213712620


##########
lucene/core/src/java24/org/apache/lucene/internal/vectorization/PanamaBitSetUtil.java:
##########
@@ -39,6 +40,7 @@ int word2Array(long word, int base, int[] docs, int offset) {
     return intWord2Array((int) (word >>> 32), docs, offset, base + 32);
   }
 
+  @SuppressForbidden(reason = "Uses compress only where fast and carefully 
contained")

Review Comment:
   I just want to make sure that Robert does not complain.



-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to