Thank you reply very much! May be I don't address the issue clearly. here is my steps:
1: keep the server running 2: alter the schema via sql 3: I can query the new add column 4: add the corresponding attribute in pojo and with tag it with @QuerySqlField. 5: call IgniteCache.put with new version pojo 6: the value of the new added column is null, in fact I have set value for the corresponding pojo attribute. my question is how to make the new added pojo attribute take effect when use it with cache api(IgniteCache.put/get) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
