rmuir commented on code in PR #14939: URL: https://github.com/apache/lucene/pull/14939#discussion_r2202610453
########## lucene/core/src/java24/org/apache/lucene/internal/vectorization/MemorySegmentPostingDecodingUtil.java: ########## @@ -36,6 +36,8 @@ final class MemorySegmentPostingDecodingUtil extends PostingDecodingUtil { this.memorySegment = memorySegment; } + // FIXME: move this logic to PanamaVectorUtilSupport. Review Comment: Then please fix the bug in forbidden APIs so that I can use it to ban slow methods such as `compress`. -- 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