SGITLOGIN opened a new issue, #9377: URL: https://github.com/apache/seatunnel/issues/9377
### 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 Seatunnel: 2.3.10 Engine: Zeta Engine parallelism: 1 The rate is about 3000/s when reading or writing orc format files, Is this a version bug?   ### SeaTunnel Version Seatunnel 2.3.10 ### SeaTunnel Config ```conf env { parallelism = 1 job.mode = "BATCH" job.name = "ossfile-orc-consile" } source { OssFile { path = "/project/ad_monitor/ods/huan_ad_monitor_impression_log_orc/dt=2025-05-15/" bucket = "oss://" access_key = "" access_secret = "" endpoint = "" parse_partition_from_path="true" file_format_type = "orc" } } sink { Console { plugin_input = "fake" } } ``` ### Running Command ```shell ./bin/seatunnel.sh --config ossfile-orc.conf -m cluster ``` ### Error Exception ```log No abnormal error ``` ### Zeta or Flink or Spark Version zeta engine ### Java or Scala Version java8 ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
