NathanielAB commented on code in PR #3209:
URL: https://github.com/apache/avro/pull/3209#discussion_r1802502768


##########
lang/csharp/src/apache/main/IO/JsonDecoder.cs:
##########
@@ -45,6 +45,14 @@ private class ReorderBuffer
             public JsonReader OrigParser { get; set; }
         }
 
+        private sealed class AvroJsonTextReader : JsonTextReader
+        {
+            public AvroJsonTextReader(TextReader reader) : base(reader)

Review Comment:
   Hey @martin-g a `public` ctor is needed when initializing the `reader` in 
the `Configure` methods. Having it `private` would cause a compiler error



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