zhoujinsong commented on PR #4112: URL: https://github.com/apache/amoro/pull/4112#issuecomment-4021931480
Thanks for the quick update! The configuration inconsistency has been addressed nicely. One minor issue in the newly added `conf/plugins/rest-extensions.yaml` — the comment block appears to be copied from `event-listeners.yaml` and still references the wrong plugin type: ```yaml # This file is the config file for plugin event listener # configurations of event listeners ``` Should be updated to something like: ```yaml # This file is the config file for rest extension plugins # configurations of rest extensions ``` Small nit, but worth fixing to avoid confusion for users reading the config file. -- 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]
