uschindler commented on PR #12753: URL: https://github.com/apache/lucene/pull/12753#issuecomment-1970680398
I have a branch already with the MRJAR cleanup and ByteBufferIndexInput removal. I also found a bug in 9.x in the NRTSuggester which wasn't aber to detect off-heap correctly (it just checked "instanceof ByteBufferIndexInput, so it wasn't able to detect new MemorySegmentIndexInput). I will open a fix PR and also a deprecation issue for ByteBufferIndexInput (which is public, I was under the impression that it should be pkg-private only, but it was made public for strange reasons). Anyways, it would be good to merge this soon. -- 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