apache/arrow-java
The real exception was swallowed by another exception in CompositeJdbcConsumer::consume
開放
#734 建立於 2025年4月28日
Type: bughelp wanted
倉庫指標
- 星標
- (89 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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).