PlanetAndMars opened a new issue, #8327: URL: https://github.com/apache/seatunnel/issues/8327
### 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 使用JDK17环境部署Setunnel-Web,在画布上运行一个Mysql到Mysql同步数据的任务,报类型不匹配错误,具体报错日志如下  ### SeaTunnel Version Setunnel:2.3.8 Setunnel-Web:1.0.2 ### SeaTunnel Config ```conf 这个config是由Web服务自动生成的: env { "job.mode"=BATCH "job.name"="SeaTunnel_Job" "savemode.execute.location"=CLUSTER } source { Jdbc { "split.inverse-sampling.rate"="1000" parallelism="1" "split.even-distribution.factor.lower-bound"="0.05" "use_select_count"="false" "skip_analyze"="false" "split.even-distribution.factor.upper-bound"="100.0" "split.sample-sharding.threshold"="1000" "connection_check_timeout_sec"="30" "fetch_size"="0" "split.size"="8096" "result_table_name"=Table16010770965312 query="SELECT `id`, `year`, `department`, `responsible_person`, `budget_code`, `budget_name`, `category`, `subcategory`, `activity`, `initiation_amount`, `current_year_amount`, `billing_occupied_amount`, `contract_occupied_amount`, `billing_available_amount`, `signing_available_amount`, `reserved_field`, `create_time`, `update_time` FROM `intelligence`.`budget_info`" driver="com.mysql.cj.jdbc.Driver" user=root url="jdbc:mysql://192.168.100.164:13306/seatunnel?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true" password=UCmFPjqUGPwtIGK } } transform { } sink { Jdbc { "batch_size"="1000" "max_retries"="0" "create_index"="true" "schema_save_mode"="CREATE_SCHEMA_WHEN_NOT_EXIST" "max_commit_attempts"="3" "auto_commit"="true" "is_exactly_once"="false" "transaction_timeout_sec"="-1" "data_save_mode"="APPEND_DATA" "support_upsert_by_query_primary_key_exist"="false" "connection_check_timeout_sec"="30" "multi_table_sink_replica"="1" "source_table_name"=Table16010770965312 "generate_sink_sql"=true database=sink table=testabc driver="com.mysql.cj.jdbc.Driver" user=root url="jdbc:mysql://192.168.100.164:13306/seatunnel?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true" password=UCmFPjqUGPwtIGK } } ``` ### Running Command ```shell No ``` ### Error Exception ```log 见图片 ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### 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]
