szk108 opened a new issue, #2861: URL: https://github.com/apache/incubator-streampark/issues/2861
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version java 8 streampark 2.0.0 flink 1.16.1 mysql 5.7 postgresql 9.4 ### Scala Version 2.12.x ### StreamPark Version 2.0.0 ### Flink Version 1.16.1 ### deploy mode kubernetes-application ### What happened I saw that the official website of flink already supports jdbc to connect to mysql or postgresql, and can implement upsert to write data to the two databases, but streampark keeps reporting syntax errors? ### Error Exception ```log i write a test to sink mysql and postgresql,table 'test_out' sink to mysql and 'test_customer_output' sink to postgresql.but SQL parse like don`t support to upsert. errors: Caused by; org apache finktable api5glParserException: SOL parse faled. Encountered "on" atline 27 column 49. Was eypecting one of E0 BCEP. "ETCH" NTESECT”."....... ``` ### Screenshots  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!(您是否要贡献这个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]
