iemejia commented on code in PR #3924:
URL: https://github.com/apache/avro/pull/3924#discussion_r3729344457


##########
lang/java/avro/src/test/java/org/apache/avro/specific/TestSpecificDatumReader.java:
##########
@@ -68,6 +68,12 @@ public String getContent() {
 
   public static class MyReader extends SpecificDatumReader<MyData> {
 
+    MyReader() {
+      // Use a new data model instead of the singleton in order to avoid 
modifying the
+      // setFastReaderEnabled state for other tests.
+      super(null, null, new SpecificData());

Review Comment:
   Oh wow, that's a bit weird so we were not really testing everything 
correctly ufff



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