aiguofer opened a new pull request, #37085: URL: https://github.com/apache/arrow/pull/37085
### Rationale for this change This was discussed in [this thread](https://github.com/apache/arrow/issues/37021#issuecomment-1666169351). The `getConsumer` implementation depends on the implementation for `getArrowTypeFromJdbcType`, especially for timestamp objects. Since we can provide a different implementation for `JdbcToArrowTypeConverter` it follows we should be able to provide a different implementation for `JdbcConsumerGetter` ### What changes are included in this PR? Adds a way to configure an alternate `JdbcToArrowUtils.getConsumer` function through `JdbcToArrowConfigBuilder.setJdbcConsumerGetter` ### Are these changes tested? No, the default behavior remains unchanged. -- 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]
