This is an automated email from the ASF dual-hosted git repository.
wuchunfu pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
from cfb8760f58 [Feature][Connector-V2]Sftp file source support multiple
table (#7824)
add cdda7473af [Improve][api] Improve inheritance relationship of
`AlterTableColumnEvent` (#7825)
No new revisions were added by this update.
Summary of changes:
.../table/event/AlterTableChangeColumnEvent.java | 10 ++-
.../table/event/AlterTableModifyColumnEvent.java | 11 ++-
.../seatunnel/api/table/event/EventTest.java | 81 ++++++++++++++++++++++
3 files changed, 98 insertions(+), 4 deletions(-)
create mode 100644
seatunnel-api/src/test/java/org/apache/seatunnel/api/table/event/EventTest.java