[ https://issues.apache.org/jira/browse/AVRO-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486889#comment-17486889 ]
ASF subversion and git services commented on AVRO-3356: ------------------------------------------------------- Commit 3c55d2610169f299b73bd453c293a4c91d193c2c in avro's branch refs/heads/master from Kyle Schoonover [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3c55d26 ] AVRO-3356 simplify naming in DataFileReader (#1507) * AVRO-3356 simplify naming in DataFileReader * Tickle to rebuild * remove change Co-authored-by: Kyle T. Schoonover <kyle.t.schoono...@nordstrom.com> > 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)