Jacky Lau

Results 56 comments of Jacky Lau

the reason of ci failed is the scala map hashcode is different with java. make the 'map.value' (to list) order different.

we can solve it two ways: 1. using scala map in the java code, new pr here https://github.com/apache/flink/pull/24648 ``` scala.collection.mutable.Map equiJoinFilterMap = new scala.collection.mutable.HashMap(); ``` 2. change the plan to...

> @liuyongvs the ci still fails could you please have a look here? @snuyanzin The error occurs because the word "implicit" was mistakenly written as "Implicit", which leads to a...