ajinwang2 opened a new issue, #7833: URL: https://github.com/apache/seatunnel/issues/7833
### 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 Caused by: org.apache.seatunnel.common.utils.SeaTunnelException: java.lang.NoSuchMethodError: org.apache.seatunnel.format.text.TextSerializationSchema$Builder.charset(Ljava/nio/charset/Charset;)Lorg/apache/seatunnel/format/text/TextSerializationSchema$Builder; ### SeaTunnel Version 2.3.8 ### SeaTunnel Config ```conf seatunnel: engine: history-job-expire-minutes: 1440 backup-count: 1 queue-type: blockingqueue print-execution-info-interval: 60 print-job-metrics-info-interval: 60 slot-service: dynamic-slot: true checkpoint: interval: 10000 timeout: 60000 max-concurrent: 1 tolerable-failure: 2 ``` ### Running Command ```shell sink { LocalFile { path = "/data/seatunnel/data/XXXX/test" file_format_type = "text" field_delimiter = "#" tmp_path = "/XXX/seatunnel/tmp" } } ``` ### Error Exception ```log Caused by: org.apache.seatunnel.common.utils.SeaTunnelException: java.lang.NoSuchMethodError: org.apache.seatunnel.format.text.TextSerializationSchema$Builder.charset(Ljava/nio/charset/Charset;)Lorg/apache/seatunnel/format/text/TextSerializationSchema$Builder; ``` ### Zeta or Flink or Spark Version Zeta ### Java or Scala Version openjdk version "1.8.0_402" OpenJDK Runtime Environment Corretto-8.402.08.1 (build 1.8.0_402-b08) OpenJDK 64-Bit Server VM Corretto-8.402.08.1 (build 25.402-b08, mixed mode) ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
