litiliu opened a new issue, #7255: URL: https://github.com/apache/seatunnel/issues/7255
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Flink 1.19.1 is the latest stable release. But when I tried to run the sea tunnel with flink 1.19.1 , I the got below exception: ``` Caused by: java.lang.NoSuchFieldException: runtimeContext at java.lang.Class.getDeclaredField(Class.java:2070) at org.apache.seatunnel.translation.flink.sink.FlinkSinkWriterContext.getStreamingRuntimeContextForV15(FlinkSinkWriterContext.java:76) ``` ### SeaTunnel Version 2.3.5 ### SeaTunnel Config ```conf none ``` ### Running Command ```shell org.apache.seatunnel.example.flink.v2.SeaTunnelApiExample#main ``` ### Error Exception ```log Caused by: java.lang.NoSuchFieldException: runtimeContext at java.lang.Class.getDeclaredField(Class.java:2070) at org.apache.seatunnel.translation.flink.sink.FlinkSinkWriterContext.getStreamingRuntimeContextForV15(FlinkSinkWriterContext.java:76) ``` ``` ### Zeta or Flink or Spark Version Flink 1.19.1 ### Java or Scala Version java 8 ### Screenshots _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org