arina-ielchiieva commented on a change in pull request #1345: DRILL-6494: Drill
Plugins Handler
URL: https://github.com/apache/drill/pull/1345#discussion_r198847899
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/impersonation/BaseTestImpersonation.java
##########
@@ -131,6 +131,7 @@ protected static void addMiniDfsBasedStorage(final
Map<String, WorkspaceConfig>
createAndAddWorkspace("tmp", "/tmp", (short) 0777, processUser,
processUser, workspaces);
FileSystemConfig miniDfsPluginConfig = new FileSystemConfig(connection,
null, workspaces, lfsPluginConfig.getFormats());
+ miniDfsPluginConfig.setEnabled(lfsPluginConfig.isEnabled());
Review comment:
WE are creating new plugin config, no need to take status from 'dfs' plugin,
just set to true.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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