liugddx commented on PR #3986:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3986#issuecomment-1407282639

   - test data (DateTimeType)
   
   
![image](https://user-images.githubusercontent.com/48236177/215241531-feeee8fd-5306-4ea0-805f-cf678c0a7588.png)
   
   source config
   Jdbc {
   parallelism = 2
   driver = com.mysql.cj.jdbc.Driver
   url = "xxx"
   user = xxx
   password = "xxxx"
   query = "select * from test"
   split_type = "DateTimeType"
   partition_column = "datetime_1"
   }
   test result
   
   
![image](https://user-images.githubusercontent.com/48236177/215241549-d868bcac-c1d0-46ab-9ae8-3a0fc5aabdfa.png)
   


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