You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2017/10/12 22:30:01 UTC

[jira] [Created] (DRILL-5873) Drill C++ Client should throw proper/complete error message for the ODBC driver to consume

Krystal created DRILL-5873:
------------------------------

             Summary: Drill C++ Client should throw proper/complete error message for the ODBC driver to consume
                 Key: DRILL-5873
                 URL: https://issues.apache.org/jira/browse/DRILL-5873
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - C++
            Reporter: Krystal
            Assignee: Parth Chandra


The Drill C++ Client should throw a proper/complete error message for the driver to utilize.
The ODBC driver is directly outputting the exception message thrown by the client by calling the getError() API after the connect() API has failed with an error status.
For the Java client, similar logic is hard coded at https://github.com/apache/drill/blob/1.11.0/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserClient.java#L247.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)