Hisoka-X commented on code in PR #7355:
URL: https://github.com/apache/seatunnel/pull/7355#discussion_r1712576185


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SeaTunnelRow.java:
##########
@@ -50,7 +50,17 @@ public void setTableId(String tableId) {
         this.tableId = tableId;
     }
 
+    /**
+     * The method will be removed in the future, because the method name 
definition is not in
+     * accordance with the standard Pojo specification, the serialization 
framework cannot recognize
+     * it correctly.

Review Comment:
   Please do not guarantee to developers that this class conforms to the POJO 
specification. Just tell devs use `setKind` is enough.



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