CNF96 commented on PR #10416:
URL: https://github.com/apache/seatunnel/pull/10416#issuecomment-3818185668

   @LiJie20190102 Hi, the relevant logic has been fully covered by existing 
tests, see: 
[PostgresCDCIT](https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/postgres/PostgresCDCIT.java#L330,)
 so no duplicate test cases are written.
   
   The original code logic has two issues: first, it will throw exceptions in 
Chinese OS because PostgreSQL's exception messages are automatically adapted to 
the system language, causing the relevant judgment to fail; second, the 
original logic itself is not rigorous and has potential risks.


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