The real exception was swallowed by another exception in CompositeJdbcConsumer::consume
Ouverte
help wanted
Type: bug
- Langage dominant
- Java
- Étoiles
- 94
- Forks
- 152
- Merge moyen
- 3 j 16 h
- PR mergées (30 j)
- 11
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 de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.