jpountz commented on PR #13812:
URL: https://github.com/apache/lucene/pull/13812#issuecomment-2363255349

   I found the bug, it's in the points merging logic, which assumes that it can 
look up the internal map<fieldnumber, PointValues> based on the field infos 
that are returned by the reader. This is incorrect when the reader is a wrapper 
than renumbers fields such as MismatchedCodecReader. It's unlikely that this 
bug would have hit anyone in production, but it's still a bug. I'll push a fix 
and more tests shortly.


-- 
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