-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Milestone
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.
Reporter: Michael Pigott / @mikepigott
Assignee: Michael Pigott / @mikepigott
PRs and other links:
Note: This issue was originally created as ARROW-4142. Please see the migration documentation for further details.