romseygeek commented on issue #15596:
URL: https://github.com/apache/lucene/issues/15596#issuecomment-3860066933

   We don't guarantee that calling `getSortedNumericDocValues()` will return a 
singleton instance if it can do so, and indeed I don't think that would be 
currently possible from SimpleTextCodec as it doesn't store the relevant 
information in metadata.  Rather than suppressing SimpleTextCodec I think we 
should update the test so that it checks to see if the returned value from the 
plain Reader is a singleton, and if it is then check that the wrapped Reader 
also returns a singleton.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to