[
https://issues.apache.org/jira/browse/AVRO-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692923#comment-16692923
]
ASF subversion and git services commented on AVRO-2267:
-------------------------------------------------------
Commit eb06f71861025c9261b5ad7a09cab0c46f2ac311 in avro's branch
refs/heads/master from Thiruvalluvan M G
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=eb06f71 ]
AVRO-2267 Removed copies of RandomData (#385)
AVRO-2267 Removed copies of RandomData
> Duplicate code RandomData.java and its dependency problem
> ---------------------------------------------------------
>
> Key: AVRO-2267
> URL: https://issues.apache.org/jira/browse/AVRO-2267
> Project: Apache Avro
> Issue Type: Improvement
> Components: java
> Reporter: Thiruvalluvan M. G.
> Assignee: Thiruvalluvan M. G.
> Priority: Major
>
> There are two issues with {{RandomData}} class:
> * There are almost identical copies of the same code in two modules:
> {{avro}} and {{avro-ipc}}. We should use a single source file.
> * Both the copies belong to {{test}} subfolders in their respective module.
> But {{avro-tools}} module uses this class in {{main}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)