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)