belugabehr commented on code in PR #3194:
URL: https://github.com/apache/avro/pull/3194#discussion_r1902279126
##########
lang/java/avro/src/test/java/org/apache/avro/generic/TestGenericDatumReader.java:
##########
@@ -33,27 +31,9 @@ public class TestGenericDatumReader {
private static final Random r = new Random(System.currentTimeMillis());
- @Test
- void readerCache() {
Review Comment:
I believe this is testing the thread-safe nature of the code. This code
should not be considered thread-safe and therefore should be removed.
--
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]