Details
Description
The catalog API is mapping "java.util.Date" to "date" column type.
This is incorrect. It should be tagged with a "timestamp" column type because it also has time information.
I believe there was no intention to map a `java.util.Date` field in the first place. It seems the author wanted to import `java.sql.Date` instead, since there are other classes from the `sql` package mapped and none of the old java classes are mapped.
Perhaps it is worth to review the parity between the catalog API mappins and the mappings in the ignite-sql package.
Links:
Attachments
Issue Links
- relates to
-
IGNITE-23285 Mapper.nativelySupported does not match actually supported types
- Resolved
- links to