[
https://issues.apache.org/jira/browse/AVRO-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AVRO-3356:
---------------------------------
Labels: pull-request-available (was: )
> Simplify naming in DataFileReader
> ---------------------------------
>
> Key: AVRO-3356
> URL: https://issues.apache.org/jira/browse/AVRO-3356
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.11.1
> Reporter: Kyle Schoonover
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Names do not need to be fully qualified when the namespace is already in the
> using statements or you are already in the namespace.
> Additionally, built in types should be used instead of the class type.
> ie:
> Int32 = int
> Int64 = long
> etc.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)