hailin0 commented on code in PR #9217:
URL: https://github.com/apache/seatunnel/pull/9217#discussion_r2059879010
##########
seatunnel-connectors-v2/connector-iceberg/src/main/java/org/apache/seatunnel/connectors/seatunnel/iceberg/sink/writer/IcebergRecordWriter.java:
##########
@@ -92,7 +93,7 @@ record = recordConverter.convert(seaTunnelRow, rowType);
@Override
public void applySchemaChange(SeaTunnelRowType afterRowType,
SchemaChangeEvent event) {
- log.info("Apply schema change start.");
Review Comment:
Please handle AlterTableColumnsEvent
https://github.com/apache/seatunnel/blob/dev/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/JdbcDialect.java#L460
--
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]