Re: Failed Unit Test on Master Branch

2022-05-01 Thread Thomas Weise
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

Re: Failed Unit Test on Master Branch

2022-04-28 Thread Guowei Ma
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

Failed Unit Test on Master Branch

2022-04-28 Thread Haizhou Zhao
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