Hi, Dominik.
It seems that you only used Paimon's version number, But actually you
should include the version number of Flink, like
org.apache.paimon:paimon-flink-1.19:1.0.0.
You can see the main difference from the content of the two links below:
[1] https://mvnrepository.com/artifact/org.apache
Hi Flink Community
I’m currently trying to get Paimon running in our k8s environment with Flink
SQL (v1.19.1). I added the dependencies to our Flink SQL-Runner as well as the
lib folder of the docker image:
"org.apache.paimon" % "paimon-flink" % "1.0.0",
"org.apache.pa