ZhaoxuanSu opened a new pull request, #44:
URL: https://github.com/apache/flink-connector-jdbc/pull/44

   When SQL execution fails, Flink will retry. At this point, the 
PreparedStatement still contains the previously added parameters, resulting in 
data duplication.
   
   Should we always clear previously added parameters on 'executeBatch' method 
to avoid this?


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