dweiss commented on code in PR #15570:
URL: https://github.com/apache/lucene/pull/15570#discussion_r2690087641
##########
lucene/core/src/test/org/apache/lucene/util/compress/LZ4TestCase.java:
##########
@@ -381,4 +384,34 @@ public void testUseDictionary() throws IOException {
// own
assertTrue(out.size() < len);
}
+
+ public void testDecompressOffset0() {
Review Comment:
Create a new class for this test? Seems like it would be clearer.
--
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]