ian910297 commented on issue #3737: URL: https://github.com/apache/gravitino/issues/3737#issuecomment-2212475458
Hi @FANNG1 , Not yet complete enough to submit a PR, [this commit](https://github.com/ian910297/gravitino/commit/1118d5bb6f05de155f30bb15678b9cdbf5176283) is my current progress. Done: 1. Based on the Catalog Event and PartitionDispatcher, I have initially implemented the PartitionEventListener, and the build passes. Todo: 1. Add test method 2. Verify functionailty * Is there a need to use namespace in event? Currently, **I haven't utilized namespaces in Add/Get/Drop Events** the same way they are used in Catalog Event. Instead, I'm simply referencing the parameters of the **PartitionDispatcher** abstract method to populate the values. * For the **listPartitionEvent**, I'm unsure whether to provide different parameters for **listPartitions** and **listPartitionNames** -- 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]
