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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org