kkhatua commented on a change in pull request #1591: DRILL-6933: Fix ctrl+enter
when Impersonation is disabled
URL: https://github.com/apache/drill/pull/1591#discussion_r245087269
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileWrapper.java
##########
@@ -344,8 +344,8 @@ public String getOperatorsJSON() {
* @return true if impersonation is enabled without authentication,
* is needed to indicated if user name should be included when
re-running the query
*/
- public boolean isOnlyImpersonationEnabled() {
- return onlyImpersonationEnabled;
+ public boolean isImpersonationOnlyEnabled() {
+ return impersonationOnlyEnabled;
Review comment:
Done the change across the board, so a couple of additional Java files got
updated as well.
----------------------------------------------------------------
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