LiuQhahah commented on PR #5590:
URL: https://github.com/apache/gravitino/pull/5590#issuecomment-2492976776

   > @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() {
   >     // change the type according to the event type
   >     return OperationType.LIST_PARTITION;
   >   }
   > ```
   > 
   > 2. add partition type test in TestPartitionEvent for partition pre event 
like `TestTableEvent`
   
   got it.
   I will do it tonight.
   Thanks,
   Qiang


-- 
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]

Reply via email to