gautamworah96 commented on a change in pull request #191: URL: https://github.com/apache/lucene/pull/191#discussion_r660151659
########## File path: lucene/facet/src/test/org/apache/lucene/facet/TestLongValueFacetCounts.java ########## @@ -517,22 +512,15 @@ public void testRandomMultiValued() throws Exception { facetCounts = new LongValueFacetCounts("field", fc); expected = new HashMap<>(); - expectedChildCount = 0; - int totCount = 0; Review comment: `totCount` was an extra variable with just a different name and `expectedChildCount` was just tracking the number of unique values. We can get that from the size of the map instead -- 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