Thiruvalluvan M. G. created AVRO-2267:
-----------------------------------------
Summary: 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.
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)