Closed FANNG1 closed 2 weeks ago
It has a reference. I think I’ll be able to take this one. Please assign it to me, and I’ll work on it within a few days.
@orenccl Thank you for your interesting in this issue. I assigned it to you.
Hi @FANNG1,
I noticed that in AlterTableEvent
, this.tableChanges
is set to tableChanges.clone()
,
while in AlterTablePreEvent
, this.tableChanges
is assigned directly as tableChanges
.
Should it also be tableChanges.clone()
in AlterTablePreEvent
?
Additionally, in gravitino-server-config.md
, updateTablePreEvent
should be updated to AlterTablePreEvent
.
I've made these modifications in the PR; please let me know if this approach looks good to you.
Good catch, @orenccl ! I commented related issues in the PR.
Describe the subtask
SchemaPreEvent
SchemaEventDispatcher
TestSchemaEvent
gravitino-server-config.md
Please refer to the implemetation of table pre event in #5539
Parent issue
5317