xinge-1 opened a new issue, #2869:
URL: https://github.com/apache/incubator-streampark/issues/2869

   ### 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 version "1.8.0_131"
   
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   2.12-2.0.0
   
   ### Flink Version
   
   flink-1.16.0-scala-2.12
   
   ### deploy mode
   
   kubernetes-application
   
   ### What happened
   
   During the parameter transfer process, double quotes were added to the 
character type, and during streampark processing, single quotes were added, 
resulting in the table not being found ,the quotes need to be removed
   
   
![image](https://github.com/apache/incubator-streampark/assets/76768331/a56cb95c-5bc4-4da9-807d-2fbe9368979c)
   
   
![image](https://github.com/apache/incubator-streampark/assets/76768331/1e5465ba-4a76-4b31-a042-e5202e5f1103)
   
   --database ods
   --including-tables  "BASE_CARD_ETPS|BASE_CHECKED_STAT" 
   
   
   ### Error Exception
   
   ```log
   java.lang.IllegalStateException:No tables to be synchronized
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### 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]

Reply via email to