aajisaka opened a new pull request #210: URL: https://github.com/apache/yetus/pull/210
YETUS-1072 (#207) unintentionally changed the order of loading plugins and personality. * Before: personality -> plugins -> user_plugins * After: plugins -> user_plugins -> personality A plugin can be loaded successfully only after the plugin is enabled by `--plugins` command line option or `personality_plugins` function which is called in a personality file. Therefore a personality file should be loaded before loading plugins. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
