1498658503 opened a new issue, #6629: URL: https://github.com/apache/seatunnel/issues/6629
### 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 Version 2.3.4 ### SeaTunnel Config ```conf env { parallelism = 2 job.mode = "BATCH" job.name = "财务-银行连号采集" } source { Jdbc { url = "jdbc:dm://172.16.111.17:15236/" driver = "dm.jdbc.driver.DmDriver" connection_check_timeout_sec = 100 user = "CWGX_SJZT" password = "xjJc,.23JQ25fcSJZT" query = "select * from XJJCFSSC.MD_BANK_VIEWS" result_table_name = "JDBC_DM_DORIS" } } sink { console{} } ``` ### Running Command ```shell ./bin/start-seatunnel-flink-13-connector-v2.sh --config ./config/yhlh.conf ``` ### Error Exception ```log ErrorCode:[COMMON-21], ErrorDescription:['Dameng' tables unsupported get catalog table,the corresponding field types in the following tables are not supported: '{"select * from XJJCFSSC.MD_BANK_VIEWS":{"CODE":"NVARCHAR2","NAME":"NVARCHAR2","SHORTNAME":"NVARCHAR2"}}'] ``` ### Zeta or Flink or Spark Version flink1.13.6 ### 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]
