apache/arrow-java

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

Aberta

#734 aberto em 28 de abr. de 2025

 (4 comentários) (0 reação) (1 responsável)Java (132 forks)auto 404
Type: bughelp wanted

Métricas do repositório

Stars
 (89 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador