Re: Unit test have Error "could not find implicit value for evidence parameter"

2022-07-14 Thread Min Tu via user
Thanks for the tip! On Wed, Jul 13, 2022 at 10:33 AM Jing Ge wrote: > Hi, > > you don't have to do that. Next time you can try "Invalidate Caches..." > under the File menu in Intellij Idea. > > Best regards, > Jing > > On Wed, Jul 13, 2022 at 7:21 PM Min Tu

Re: Unit test have Error "could not find implicit value for evidence parameter"

2022-07-13 Thread Min Tu via user
on the build you are using you may be using 2.11 or 2.12. The >> version on your maven build files needs to be consistent across your system. >> >> On Fri, Jul 8, 2022 at 10:00 PM Min Tu via user >> wrote: >> >>> Hi, >>> >>> I have downloaded the

Unit test have Error "could not find implicit value for evidence parameter"

2022-07-08 Thread Min Tu via user
Hi, I have downloaded the flink code and the build works fine with following command mvnw install -DskipTests -Dcheckstyle.skip Then I try to run the unit test code in IntelliJ, but got following error: