You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/04/14 04:39:25 UTC

[jira] [Created] (IGNITE-2999) Prepared the invalid SQL query if user inserts it text by double clicking in metadata dialog

Pavel Konstantinov created IGNITE-2999:
------------------------------------------

             Summary: Prepared the invalid SQL query if user inserts it text by double clicking in metadata dialog
                 Key: IGNITE-2999
                 URL: https://issues.apache.org/jira/browse/IGNITE-2999
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Pavel Konstantinov
            Assignee: Andrey Novikov


I'm created the following query:
{code}
select c.ID,c.NAME,c.PARKINGID,p.NAME,p.CAPACITY from "CarCache".Car c inner join "ParkingCache".Parking p on p.id = c.PARKINGID
{code}

But when I execute EXPLAIN I got the following error
{code}
Error: {"message":"class org.apache.ignite.IgniteException: Failed to parse query: EXPLAIN select c.ID,c.NAME,c.PARKINGID,p.NAME,p. from \"CarCache\".Car c inner join \"ParkingCache\".Parking p on p.id = c.PARKINGID","code":1}
{code}

As you can see the query text doesn't contain 'CAPACITY' before 'from'. The word 'CAPACITY' was added by double clicking in metadata dialog.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)