luckyfruit96 opened a new issue, #5345: URL: https://github.com/apache/seatunnel/issues/5345
### 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 I've seen a similar issue, but switching from version 2.3.1 to 2.3.2 resolved it. However, I'm already using version 2.3.2. The JDBC connection is to China Star's Inceptor database. ### SeaTunnel Version seatunnel-2.3.2 ### SeaTunnel Config ```conf env { execution.parallelism = 2 job.mode = "BATCH" checkpoint.interval = 10000 } source{ Jdbc { url="jdbc:hive2://128.6.1.55:10000/test;guardianToken=KlplPYY9aRo4QT6oCbPo-DSJXCCS" driver="io.transwarp.jdbc.InceptorDriver" connection_check_timeout_sec=100 user="sjzt" password="sjzt" query="select * from adp_dwd_test.t_comm_scr_var_corr_test" } } sink { Console { } } ``` ### Running Command ```shell ./bin/seatunnel.sh --config workjson/testinceptor.josn -e local ``` ### Error Exception ```log org.apache.seatunnel.connectors.seatunnel.jdbc.exception.JdbcConnectorException: ErrorCode:[JDBC-06], ErrorDescription:[No suitable dialect factory found] - Could not find any jdbc dialect factory that can handle url 'jdbc:hive2://128.6.1.55:10000/test;guardianToken=KlplPYY9aRo4QT6oCbPo-DSJXCCS' that implements 'org.apache.seatunnel.connectors.seatunnel.jdbc.internal.dialect.JdbcDialectFactory' in the classpath. ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots  ### 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]
