hailin0 commented on code in PR #7355:
URL: https://github.com/apache/seatunnel/pull/7355#discussion_r1712560892


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SeaTunnelRow.java:
##########
@@ -54,6 +54,10 @@ public void setRowKind(RowKind kind) {
         this.kind = kind;
     }
 
+    public void setKind(RowKind kind) {

Review Comment:
   To maintain compatibility, we annotate the duplicate old methods with 
@Deprecated and explain why they cannot be deleted.



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