Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The JDBC Adapter does not support JDBC Arrays.
JDBC Arrays can be walked using an internal ResultSet object, but its ResultSetMetaData may not contain the proper type information. The sub-type information can be stored in the JdbcToArrowConfig object, because there may not be any other way to get it.