I have loaded data into ignite cache using php pdo_odbc driver sql query.
If I query data using ignite rest api, I can see the all data fields correctly. Time field is displayed 10:20:00 which is correct.
But when I select it from php, time field (java.sql.Time) field is displayed as 1907-01-01.
Time type is not currently supported by Apache Ignite ODBC.