You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2017/12/20 09:16:00 UTC

[jira] [Created] (IGNITE-7255) SQL: Failed to execute explain via new "non-caches" API

Alexey Kuznetsov created IGNITE-7255:
----------------------------------------

             Summary: SQL: Failed to execute explain via new "non-caches" API
                 Key: IGNITE-7255
                 URL: https://issues.apache.org/jira/browse/IGNITE-7255
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexey Kuznetsov


I'm executing code via querySqlFieldsNoCache API:
{code}
 qryCursor = ignite.context().query().querySqlFieldsNoCache(qry, true);
{code}

And got exception:
{noformat}
[CacheException] class org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to parse query: EXPLAIN select count(*) from Person
   [IgniteSQLException] Failed to parse query: EXPLAIN select count(*) from Person
   [JdbcSQLException] Table "PERSON" not found; SQL statement: EXPLAIN select count(*) from Person [42102-195]
{noformat}



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