hnwyllmm opened a new issue, #734: URL: https://github.com/apache/arrow-java/issues/734
### Describe the bug, including details regarding any error messages, version, and platform. In function `CompositeJdbcConsumer::consume`, `consumer.vector.getMinorType().getType()` may throw an exception if `getType` return null. For example, `vector.getMinorType` return `DECIMAL` type but DECIMAL doesn't have get type: `DECIMAL((ArrowType)null)` (in Types.java). -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org