I reproduced the issue.
The inconsistent test result is due to time zone dependency in the test.
The underlying issue is that convertToTimestamp attempts to set negative
value with java.sql.Timestamp.setNanos
https://issues.apache.org/jira/browse/FLINK-27465
Thanks,
Thomas
On Thu, Apr 28, 202
Hi Haizhou
I ran the test and there is no problem.
And commit is "d940af688be90c92ce4f8b9ca883f6753c94aa0f"
Best,
Guowei
On Fri, Apr 29, 2022 at 5:39 AM Haizhou Zhao
wrote:
> Hello Flink Community,
>
> I was encountering some unit test failure in the flink-avro sub-module when
> I tried to pu
Hello Flink Community,
I was encountering some unit test failure in the flink-avro sub-module when
I tried to pull down the master branch and build.
Here is the command I ran:
mvn clean package -pl flink-formats/flink-avro
Here is the test that fails:
https://github.com/apache/flink/blob/master