arina-ielchiieva commented on a change in pull request #1780: DRILL-7030: Make
format plugins fully pluggable
URL: https://github.com/apache/drill/pull/1780#discussion_r280834206
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/StoragePluginRegistryImpl.java
##########
@@ -334,6 +331,48 @@ private StoragePlugins
loadBootstrapPlugins(LogicalPlanPersistence lpPersistence
}
}
+ private void loadStoragePlugins(URL url, StoragePlugins bootstrapPlugins,
Map<String, URL> pluginURLMap, LogicalPlanPersistence lpPersistence) throws
IOException {
Review comment:
Please add Javadoc.
----------------------------------------------------------------
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]
With regards,
Apache Git Services