Kyle Schoonover created AVRO-3364:
-------------------------------------
Summary: Breakout subclasses from GenericDatumReader
Key: AVRO-3364
URL: https://issues.apache.org/jira/browse/AVRO-3364
Project: Apache Avro
Issue Type: Improvement
Components: csharp
Affects Versions: 1.11.1
Reporter: Kyle Schoonover
Convert GenericDatumReader to a partial class. Move the subclasses to their
own files.
This is for 2 reason. Reduce the size of the GenericDataReader class file, as
well as enable easier maintenance as multiple developers work on the solution.
Microsoft Reference on why to do this: [Partial Classes and Methods - C#
Programming Guide | Microsoft
Docs|https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/partial-classes-and-methods]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)