Does Flink support incremental builds? I just started hacking around on flink-runtime, but I can’t see my changes unless I do a full “mvn clean package”. I’ve tried “mvn clean package -pl flink-runtime -am”, but when I run the cluster from “./build-target/bin/start-cluster.sh” I don’t see any change in behavior.
Thanks in advance! Dan