Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
Description
TINYINT of SQL server is not correctly mapped to spark types when using JDBC connector. For now, it is mapped to the IntegerType, which is not accurate. It should be mapped to ShortType.