ChrisHegarty commented on code in PR #13812:
URL: https://github.com/apache/lucene/pull/13812#discussion_r1766990067
##########
lucene/test-framework/src/java/org/apache/lucene/tests/codecs/asserting/AssertingDocValuesFormat.java:
##########
@@ -229,6 +234,7 @@ static class AssertingDocValuesProducer extends
DocValuesProducer {
@Override
public NumericDocValues getNumeric(FieldInfo field) throws IOException {
+ assert fieldInfos.fieldInfo(field.name).number == field.number;
Review Comment:
++
--
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]