[
https://issues.apache.org/jira/browse/IGNITE-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-6618:
------------------------------------
Fix Version/s: (was: 2.3)
2.4
> Web console: Do not show client nodes in node selection modal
> -------------------------------------------------------------
>
> Key: IGNITE-6618
> URL: https://issues.apache.org/jira/browse/IGNITE-6618
> Project: Ignite
> Issue Type: Bug
> Components: wizards
> Affects Versions: 2.1
> Reporter: Pavel Konstantinov
> Fix For: 2.4
>
>
> I tried to 'Execute on Selected Node' the following query
> {code}
> SELECT c.id, d.id, p.id, p.salary
> FROM "c_partitioned".City c
> inner join "c_partitioned".Department d
> on c.id=d.CTYID
> inner join "c_partitioned".Person p
> on d.id=p.depID and p.salary > 5000
> inner join "c_partitioned".PersonBonus pb
> on p.id=pb.perID and pb.COUNT < 5000
> where exists (select * from "c_partitioned".Person where rank > 0)
> {code}
> and selected a client node in the list of nodes
> and got exception
> {code}
> General error: "java.lang.NullPointerException"; SQL statement: SELECT c.id,
> d.id, p.id, p.salary
> FROM "c_partitioned".City c
> inner join "c_partitioned".Department d
> on c.id=d.CTYID
> inner join "c_partitioned".Person p
> on d.id=p.depID and p.salary > 5000
> inner join "c_partitioned".PersonBonus pb
> on p.id=pb.perID and pb.COUNT < 5000
> where exists (select * from "c_partitioned".Person where rank > 0)
> [50000-195]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)