jtibshirani opened a new pull request #1817:
URL: https://github.com/apache/lucene-solr/pull/1817


   Some queries use DocValues.unwrapSingleton to execute different logic for
   single-valued doc values. When tests use an AssertingLeafReader, 
unwrapSingleton
   will never unwrap the doc values, as they don't have the expected class. So 
some
   queries have code paths that are never exercised with an AssertingLeafReader.
   
   This change makes sure to preserve the expected classes when creating 
asserting
   doc values.


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

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