[GitHub] drill pull request #992: DRILL-5873: (C++ Client) Improve SASL error reporti...

2017-10-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/992 ---

[GitHub] drill pull request #992: DRILL-5873: (C++ Client) Improve SASL error reporti...

2017-10-16 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/992#discussion_r144977545 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -678,7 +678,10 @@ connectionStatus_t DrillClientImpl::handleAuthentication(const

[GitHub] drill pull request #992: DRILL-5873: (C++ Client) Improve SASL error reporti...

2017-10-13 Thread parthchandra
GitHub user parthchandra opened a pull request: https://github.com/apache/drill/pull/992 DRILL-5873: (C++ Client) Improve SASL error reporting. @sohami what do you think? I overrode the SASL_NOMECH error message. The message from the SASL library is very unfriendly. You can merge