GitHub user jacques-n opened a pull request: https://github.com/apache/drill/pull/466
DRILL-4576: Add PlannerCallback interface for additional planner initialization. DRILL-4576: Add PlannerCallback interface for additional planner initialization. - Allow a storage plugin to be able to provide additional planner initialization. - Fix issue in StoragePluginRegistryImpl which deletes manually added plugins from the registry since they don't exist in the PersistentStore. - Add a simple test to ensure Callbacks are correctly registered and executed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacques-n/drill DRILL-4576 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/466.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #466 ---- commit 81c5ad8ff1fb1fa20ac98c824b159dea60ce53aa Author: Jacques Nadeau <jacq...@apache.org> Date: 2016-04-06T02:29:20Z DRILL-4576: Add PlannerCallback interface for additional planner initialization. - Allow a storage plugin to be able to provide additional planner initialization. - Fix issue in StoragePluginRegistryImpl which deletes manually added plugins from the registry since they don't exist in the PersistentStore. - Add a simple test to ensure Callbacks are correctly registered and executed. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---