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 2018/08/01 08:43:00 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 Konstantinov updated IGNITE-3451:
---------------------------------------
    Labels: web-console-sql  (was: )

> 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: Bug
>          Components: wizards
>    Affects Versions: 1.7
>            Reporter: Vasiliy Sisko
>            Priority: Major
>              Labels: web-console-sql
>
> 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
(v7.6.3#76005)