apache/arrow-java

The real exception was swallowed by another exception in CompositeJdbcConsumer::consume

オープン

#734 opened on 2025/04/28

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)Java (132 件のフォーク)auto 404
Type: bughelp wanted

Repository metrics

Stars
 (89 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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).

コントリビューターガイド