iverase commented on PR #13812: URL: https://github.com/apache/lucene/pull/13812#issuecomment-2361514453
The failure seems legit. It happens because of this method in MismatchedCodecReader: ``` @Override public FieldInfos getFieldInfos() { return shuffled; } ``` if you replace this with return in.getFieldInfos() then it is successful. I think the method FiedInfos#getMergedFieldInfos get confused because of soft deletes and parent fields? -- 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