Hi Patrick, You're on the right track, because you can't use any of the Flink Scala APIs in order to use any arbitrary Scala version. Have you seen the examples with Scala 3? [2] Do you have an example of your code/setup?
Best regards, Martijn [1] https://flink.apache.org/2022/02/22/scala-free-in-one-fifteen/ [2] https://github.com/sjwiesman/flink-scala-3 On Tue, Jan 9, 2024 at 4:16 PM Eifler, Patrick <patrick.eif...@sony.com> wrote: > > Hi, > > > > The Flink image still has Scala 2.12 dependencies. I tried to run a flink job > written in Scala 2.13 avoiding the usage of all flink-scala api’s but getting > an incompatibility issue (regarding scala.collections) that I would normally > expect in a project were Scala 2.13 and Scala 2.12 are running alongside. > > So I wonder what am I missing, as in the docs and jira tickets everyone says > it works now with any Scala Version. > Any pointers are appreciated, Thanks. > > > > Best, > > -- > > Patrick Eifler