Re: Unable to insert data into table after altering the table

2019-08-02 Thread Denis Magda
Hi, That's a known limitation caused by the fact that Ignite keeps metadata even after a column is fully dropped. This to be addressed with the next major release - Ignite 3.0. As for now, *When this happens _and you are still in development_, you need to go into the* *file system and remove th

Unable to insert data into table after altering the table

2019-08-02 Thread radha jai
Hi, Insertion is failing, after altering the table. Followed below steps: -> CREATE TABLE student (id_ VARCHAR, firstName VARCHAR, lastName VARCHAR, birthDate TIMESTAMP, height DOUBLE, PRIMARY KEY(id)) -> INSERT INTO student (id, firstName, lastName, birthDate, height) VALUES (1000, 'huxt', 'abx