GitHub user laurentgo opened a pull request:
https://github.com/apache/drill/pull/484
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/laurentgo/drill laurent/pr-466
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/484.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 #484
----
commit e8389a1d8000901f75c55caa5798085fdfe1d8e5
Author: Jacques Nadeau <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---