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 Tupitsyn (JIRA)" <ji...@apache.org> on 2016/08/09 12:32:25 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-3451:
-----------------------------------
    Fix Version/s:     (was: 1.7)
                   1.8

> 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
>             Fix For: 1.8
>
>
> 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)