apache/arrow-java

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

Aperta

#734 aperta il 28 apr 2025

 (4 commenti) (0 reazioni) (1 assegnatario)Java (132 fork)auto 404
Type: bughelp wanted

Metriche repository

Star
 (89 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor