NightOwl888 commented on code in PR #1195:
URL: https://github.com/apache/lucenenet/pull/1195#discussion_r2393543832


##########
src/Lucene.Net.TestFramework/Store/MockIndexOutputWrapper.cs:
##########
@@ -103,6 +104,48 @@ private void CheckDiskFull(byte[] b, int offset, DataInput 
@in, long len)
             }
         }
 
+        // LUCENENET specific overload
+        private void CheckDiskFull(ReadOnlySpan<byte> source)

Review Comment:
   I went with the straight swap, since it seems to be the simplest approach to 
removing the duplication and keeping in line with upstream.



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

Reply via email to