hailin0 commented on code in PR #9118:
URL: https://github.com/apache/seatunnel/pull/9118#discussion_r2041998227
##########
seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/main/java/org/apache/seatunnel/connectors/cdc/base/source/split/SourceSplitBase.java:
##########
@@ -24,6 +24,7 @@
/** The split of table comes from a Table that splits by primary key. */
public abstract class SourceSplitBase implements SourceSplit {
+ private static final long serialVersionUID = 7297409680030335117L;
Review Comment:
remove from abstract class
--
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]