[
https://issues.apache.org/jira/browse/AVRO-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Tzvetanov Grigorov resolved AVRO-3356.
---------------------------------------------
Fix Version/s: 1.11.1
1.12.0
Assignee: Martin Tzvetanov Grigorov
Resolution: Fixed
> 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
> Assignee: Martin Tzvetanov Grigorov
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.11.1, 1.12.0
>
> Time Spent: 0.5h
> 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)