This is an automated email from the ASF dual-hosted git repository.
wuchunfu pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
from 464da8fb9b [Fix][Connector-V2] Fix doris primary key order and fields
order are inconsistent (#7377)
add 40c5f313eb [Hotfix][MySQL-CDC] Fix ArrayIndexOutOfBoundsException in
mysql binlog read (#7381)
No new revisions were added by this update.
Summary of changes:
.../mysql/binlog/io/BufferedSocketInputStream.java | 77 ++++++++++++++++++++++
.../binlog/io/BufferedSocketInputStreamTest.java | 51 ++++++++++++++
2 files changed, 128 insertions(+)
create mode 100644
seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/src/main/java/com/github/shyiko/mysql/binlog/io/BufferedSocketInputStream.java
create mode 100644
seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/src/test/java/com/github/shyiko/mysql/binlog/io/BufferedSocketInputStreamTest.java