Re: flink release-1.8.0 Flink-avro unit tests failed

2019-08-20 Thread Ethan Li
I filed a jira https://issues.apache.org/jira/browse/FLINK-13807 for this. Not sure if I am able to get to it in the near future so I didn't assign to myself. Anyone feel free to pick it up. I changed my environment to pass this for now. On Tue, Aug 20, 2019 at 4:11 AM Stephan Ewen wrote: > Tha

Re: flink release-1.8.0 Flink-avro unit tests failed

2019-08-20 Thread Stephan Ewen
Thanks, looks like you diagnosed it correctly. environment specific encoding settings. Could you open a ticket (maybe a PR) to set the encoding and make the test stable across environments? On Mon, Aug 19, 2019 at 9:46 PM Ethan Li wrote: > It’s probably the encoding problem. The environment I r

Re: flink release-1.8.0 Flink-avro unit tests failed

2019-08-19 Thread Ethan Li
It’s probably the encoding problem. The environment I ran the unit tests on uses ANSI_X3.4-1968 It looks like we have to use "en_US.UTF-8" > On Aug 19, 2019, at 1:44 PM, Ethan Li wrote: > > Hello, > > Not sure if anyone encountered this issue before. I tried to run “mvn clean > install” o