You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
)
### What changes were proposed in this pull request?
add schema pre event to event listener
### Why are the changes needed?
Close: #5547
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
add Unit Test
Describe the subtask
SchemaPreEvent
SchemaEventDispatcher
TestSchemaEvent
gravitino-server-config.md
Please refer to the implemetation of table pre event in #5539
Parent issue
#5317
The text was updated successfully, but these errors were encountered: