ActianCorp / spark-vector

Repository for the Spark-Vector connector
Apache License 2.0
20 stars 9 forks source link

Fixed the extraction of row values from JDBC ResultSet according to t… #7

Closed and-costea closed 8 years ago

and-costea commented 8 years ago

…he advertised java.sql.Types.* types stored in the metadata. This fixes the case where for a tinyint, smallint Vector datatype, the ResultSet would contain a java.lang.Integer instead of a java.lang.Byte/Short.