Sample Class
public class PersonImpl{
private String firstName;
private String lastName
private HashMap<Integer,String> attributes;
}
While using sqlFields query, it works with firstName and lastName, but all attributes cannot be fetched with sqlFieldsQuery
For example, select firstName from PersonImpl gives the result, but select attributes from PersonImpl does not fetch results and gives error Failed to deserialize Object
Is it not possible to fetch collections with ApacheIgnite.