apache/arrow-java

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

Offen

#734 geöffnet am 28.04.2025

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (132 Forks)auto 404
Type: bughelp wanted

Repository-Metriken

Stars
 (89 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide