Hi,
NoSuchMethodError probably comes from some mismatched compile/runtime versions
of the Flink. Do you have to use 1.4-SNAPSHOT version? It can change on daily
basis, so you have to be more careful about what Flink jar's you are using at
runtime and what on compile time. If you really need som
Hi Sendoh,
at a first glance this looks like a Maven issue to me. Are you sure you
are using a consistent version for both core Flink and flink-table (also
consistent Scala version 2.11)?
Maybe you can share your pom.xml with us. It seems that flink-table is a
newer version that your Flink c