You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "liugddx (via GitHub)" <gi...@apache.org> on 2023/01/28 02:01:15 UTC

[GitHub] [incubator-seatunnel] liugddx commented on pull request #3986: [Feature][Connector-V2] JDBC Source Connector partition_key support Date/String type.

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

   - test data (strNumericType)
   
   ![image](https://user-images.githubusercontent.com/48236177/215236240-49111e54-5ae7-4dab-b994-9515b8f951dd.png)
   
   - source config
   
   ```
   Jdbc {
       parallelism = 2
       driver = com.mysql.cj.jdbc.Driver
       url = "xxx"
       user = xxx
       password = "xxxx"
       query = "select * from test"
       partition_column = "str_id"
     }
   ```
   
   - test result 
   
   ![image](https://user-images.githubusercontent.com/48236177/215236283-6e83c4e4-545e-4920-9e2b-a34d3d73ac17.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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org