[
https://issues.apache.org/jira/browse/FLINK-19638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17213774#comment-17213774
]
shizhengchao commented on FLINK-19638:
--------------------------------------
Flink version is 1.12-SNAPSHOT.
I generated the code with avro-tools-1.7.7.jar, to generated the code of the
package 'org.apache.flink.formats.avro.generated'
> AvroUnionLogicalSerializerTest class compile error
> --------------------------------------------------
>
> Key: FLINK-19638
> URL: https://issues.apache.org/jira/browse/FLINK-19638
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.11.2
> Reporter: shizhengchao
> Priority: Minor
>
> the constructor parameter is java.lang.Long of class UnionLogicalType , but
> the tests is java.time.Instant
> {code:java}
> @Override
> protected UnionLogicalType[] getTestData() {
> final Random rnd = new Random();
> final UnionLogicalType[] data = new UnionLogicalType[20];
> for (int i = 0; i < data.length; i++) {
> data[i] = new
> UnionLogicalType(Instant.ofEpochMilli(rnd.nextLong()));
> }
> return data;
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)