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/06/03 10:36:04 UTC

[jira] [Commented] (IGNITE-5394) Cache-independent SQL query fails if no tables are present in it

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

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

GitHub user devozerov opened a pull request:

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

    IGNITE-5394

    

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

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

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

    https://github.com/apache/ignite/pull/2075.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 #2075
    
----
commit 732b842129faed03930e75d42dd62a85b46a0803
Author: devozerov <pp...@gmail.com>
Date:   2017-06-03T10:18:59Z

    Fixed.

commit eb1ee017574e4891f1d9df15f8eb0c952bac2089
Author: devozerov <pp...@gmail.com>
Date:   2017-06-03T10:31:37Z

    Pass schema.

commit 3f3ad41f41333a6a8ae6024e7e1394ecb4d8c2bc
Author: devozerov <pp...@gmail.com>
Date:   2017-06-03T10:33:58Z

    Minors.

----


> Cache-independent SQL query fails if no tables are present in it
> ----------------------------------------------------------------
>
>                 Key: IGNITE-5394
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5394
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>             Fix For: 2.1
>
>
> Sample query:
> {code}
> SELECT CURRENT_DATE()
> {code}
> Looks like we should just execute this query locally against specified schema.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)