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
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
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