FANNG1 commented on PR #5590: URL: https://github.com/apache/gravitino/pull/5590#issuecomment-2491037993
@LiuQhahah as #5580 is merged first, could you rebase the code and add more work: 1. add operationType method to all specific partition event. ``` @Override public OperationType operationType() { return OperationType.LIST_PARTITION; } ``` 2. add partition type test in TestPartitionEvent for partition pre event like `TestTableEvent` -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org