aiguofer commented on PR #37123: URL: https://github.com/apache/arrow/pull/37123#issuecomment-1675154492
Both of those are already part of `JdbcFieldInfo`. The remaining pieces of info seem to be harder to get in a standardized way. For example, there's a bunch of extra columns from the `getColumns` ResultSet that don't have a respective `ResultSetMetaData` method call. There's also a few `ResultSetMetaData` method calls that don't have a respective column in a `getColumns` row, but instead would be found as columns in a `getTypeInfo`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
