paulirwin commented on code in PR #897:
URL: https://github.com/apache/lucenenet/pull/897#discussion_r1462019005


##########
src/Lucene.Net.Tests/Util/TestWAH8DocIdSet.cs:
##########
@@ -212,6 +216,8 @@ public virtual void AssertEquals(int numBits, OpenBitSet 
ds1, WAH8DocIdSet ds2)
         [Test]
         public virtual void TestIntersection()
         {
+            // LUCENENET: using OpenBitSet instead of BitSet in this test, see 
OpenBitSet documentation for rationale

Review Comment:
   Thanks, I was just adding a comment here explaining the difference, I didn't 
want to modify this code unless necessary. Should it be changed or leave it 
as-is for now?



-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to