Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/809#discussion_r115530271
--- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp ---
@@ -495,26 +612,45 @@ connectionStatus_t
DrillClientImpl::handleAuthentication(const DrillUserProperti
}
}
+ std::stringstream errorMsg;
--- End diff --
Fixed name and a bug where in success case with auth only it was printing
wrong error message.
---
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.
---