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


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/schema/event/AlterTableModifyColumnEvent.java:
##########
@@ -29,6 +29,7 @@
 public class AlterTableModifyColumnEvent extends AlterTableColumnEvent {
     private final Column column;
     private final boolean first;
+    private boolean typeChanged = false;

Review Comment:
   ```suggestion
       private Boolean typeChanged;
   ```
   
   
   Any default value is incorrect



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