You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/17 14:43:00 UTC

[jira] [Commented] (IGNITE-3987) ODBC: Improve error output when query parsing failed.

    [ https://issues.apache.org/jira/browse/IGNITE-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130499#comment-16130499 ] 

ASF GitHub Bot commented on IGNITE-3987:
----------------------------------------

GitHub user isapego opened a pull request:

    https://github.com/apache/ignite/pull/2468

    IGNITE-3987: ODBC: Improved error output when query parsing failed.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-3987

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2468.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2468
    
----
commit 3530143ab318f2e810cf39a7752afed146c1f49e
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-08-17T14:41:08Z

    IGNITE-3987: ODBC: Improved error output when query parsing failed.

----


> ODBC: Improve error output when query parsing failed.
> -----------------------------------------------------
>
>                 Key: IGNITE-3987
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3987
>             Project: Ignite
>          Issue Type: Task
>          Components: odbc
>    Affects Versions: 1.7
>            Reporter: Vladimir Ozerov
>            Assignee: Igor Sapego
>            Priority: Minor
>             Fix For: 2.2
>
>
> Currently if an error occurred we only prints the top-level message, like "Failed to parse query ...". The problem is that we do not explain users why exactly it failed.
> Looks like we need to add more info on Java side when sending error response.



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