dailai commented on code in PR #6929:
URL: https://github.com/apache/seatunnel/pull/6929#discussion_r1650692278


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/event/AlterTableColumnEvent.java:
##########
@@ -19,10 +19,15 @@
 
 import org.apache.seatunnel.api.table.catalog.TableIdentifier;
 
+import lombok.Getter;
+import lombok.Setter;
 import lombok.ToString;
 
 @ToString(callSuper = true)
 public abstract class AlterTableColumnEvent extends AlterTableEvent {
+
+    @Getter @Setter protected String sourceColumnType;

Review Comment:
   Yeah, I'm working on it.



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to