You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2016/07/08 08:35:10 UTC

[jira] [Created] (IGNITE-3451) Web console: Invalid results of SQL query in area chart

Vasiliy Sisko created IGNITE-3451:
-------------------------------------

             Summary: Web console: Invalid results of SQL query in area chart
                 Key: IGNITE-3451
                 URL: https://issues.apache.org/jira/browse/IGNITE-3451
             Project: Ignite
          Issue Type: Sub-task
          Components: wizards
    Affects Versions: 1.7
            Reporter: Vasiliy Sisko


1) Run in demo mode and open SQL page.
2) Execute query:
{code}
SELECT p.name, count(*) AS cnt, 4 as num
FROM "ParkingCache".Parking p
INNER JOIN "CarCache".Car c
  ON (p.id) = (c.parkingId)
GROUP BY P.NAME
{code}
3) Switch results presentation to area charts and configure "Name" or "Row index" as X axis and "Num" and "Cnt" as Y axis.
- Initially chart show valid data, but on move cursor chart is rebuilt with random data



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