Hi,
can you maybe share some details about the code you're running?
Regards
Ingo
On Tue, May 18, 2021 at 5:10 AM 杨建春/00250041 wrote:
> I'm using flink1.13.0, table Function, why report this error ? what
> reason ? Thanks!
>
>
>
> Traceback (most recent call last):
> File "D:/yjc/AIOPS/Flink
Hi!
The most common cause for "NoSuchMethodError" in Java is a mixup between
code versions. You may have compiled against a different version of the
code than you are running against.
The fix is mostly simply to make sure you have the same version that you
program against and that you run, and re