You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavel-kuznetsov <gi...@git.apache.org> on 2018/10/12 14:26:47 UTC

[GitHub] ignite pull request #4976: IGNITE-9557: Assert in case of explains of update...

GitHub user pavel-kuznetsov opened a pull request:

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

    IGNITE-9557: Assert in case of explains of updates operations.

    

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

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

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

    https://github.com/apache/ignite/pull/4976.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 #4976
    
----
commit c58911894be0581b799cc7012005d8930d49de06
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-10-11T12:13:49Z

    ignite-9557: tests for EXPLAIN update queries.

commit 74d30f9241ddc3a424a3fd589c8c32bf1d2448cb
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-10-12T14:25:01Z

    ignite-9557: Throw exception on EXPLAIN of update query.
    
    Added assertion that query is not a EXPLAIN of update operation: INSERT, UPDATE, DELETE or MERGE. In this case we throw IgniteSqlException with code of unsupported operation.

----


---

[GitHub] ignite pull request #4976: IGNITE-9557: Assert in case of explains of update...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---