Re: Exception while using select query

2018-03-16 Thread dkarachentsev
Hi Anshu, This looks like a bug that was fixed in 2.4, try to upgrade [1]. [1] https://ignite.apache.org/download.cgi Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Exception while using select query

2018-03-16 Thread Anshu Dhawan
Hi All, We have a situation where in a table has the following 3 columns say CREATE TABLE EMPLOYEES (EMPLOYEE_ID VARCHAR, EMPLOYEE_NAME VARCHAR, UPDATEDDATETIME TIMESTAMP, PRIMARY KEY (EMPLOYEE_ID, EMPLOYEE_NAME))WITH