Hisoka-X opened a new pull request, #4250: URL: https://github.com/apache/flink-cdc/pull/4250
This close https://issues.apache.org/jira/browse/FLINK-38846 This pull request optimizes the processing of row events in the MySQL and OceanBase CDC connectors by replacing an index-based loop with an iterator-based loop in the `handleChange` method. This change improves performance when handling `LinkedList` row collections, reducing time complexity from O(n²) to O(n). -- 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]
