msokolov commented on issue #14123: URL: https://github.com/apache/lucene/issues/14123#issuecomment-2580233310
Indeed, I was able to produce a NPE there by sometimes skipping indexing points in `TestSortingCodecReader.testSortOnAddIndicesRandom()`. I don't really know what the nullability is of all the other formats, but I plan to add null checks for all of them (postings, ie FieldsProducer, StoredFields, DocValuesProducer, NormsProducer). getTermVectorsReader already has a null check. -- 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