liunaijie commented on PR #7294:
URL: https://github.com/apache/seatunnel/pull/7294#issuecomment-2272442702

   > Why not separate the dialect from the driver?
   > 
   > cc @Hisoka-X
   > 
   > ```
   > Jdbc {
   >     driver = com.mysql.cj.jdbc.Driver
   >     url = "jdbc:mysql://e2e_starRocksdb:9030"
   >     
   >     dialect = "starrocks"
   > }
   > ```
   
   Now the dialect is parse from jdbc url, mysql and starrocks both use mysql 
driver `jdbc:mysql`, so will use same mysql dialect.
   
   
   


-- 
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