cgivre commented on a change in pull request #2445:
URL: https://github.com/apache/drill/pull/2445#discussion_r808377043



##########
File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/PluginHandle.java
##########
@@ -30,7 +31,7 @@
  * long Drillbit start times. Plugin creation is synchronized as is closing.
  * <p>
  * A handle has a type used to determine which operations are allowed on
- * the handle. For example, inrinsic (system) plugins cannot be deleted or
+ * the handle. For example, intrinsic (system) plugins cannot be deleted or
  * disabled.
  *
  * <h4>Caveats</h4>

Review comment:
       The plan here is to actually use the credential provider to store 
different user's credentials.  I got this to work in a separate branch, but I 
was blocked because I didn't have the active user name.  This work here 
represents what is necessary just to get the active user name.  




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to