apache/arrow-java

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

Ouverte

#734 ouverte le 28 avr. 2025

 (4 commentaires) (0 réaction) (1 personne assignée)Java (132 forks)auto 404
Type: bughelp wanted

Métriques du dépôt

Stars
 (89 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur