apache/arrow-java

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

开放

#734 创建于 2025年4月28日

 (4 条评论) (0 个反应) (1 位负责人)Java (132 个派生)auto 404
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).

贡献者指南