[ https://issues.apache.org/jira/browse/AVRO-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486891#comment-17486891 ]
Martin Tzvetanov Grigorov commented on AVRO-3356: ------------------------------------------------- [~KSchoonover] Let's do such kind of changes for more than one file. It is easy to review and test, so there is no need to go file by file. > 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)