Hi,

How to  query Ignite based on date type (uisng sql fields query)?Is it
ignite support,if so do we need to add any configuration?

I was trying to put java object that contains a Date field, its throwing an
serialization Exception.

Class Employee
{

      String name;
      String address;
          
          @QuerySqlField(index = true)
          Date joinDate;
}





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to