aiguofer opened a new pull request, #857:
URL: https://github.com/apache/arrow-java/pull/857

   ## What's Changed
   
   Turns out not all MinorTypes have a corresponding ArrowType, which can cause 
the following exception while handling the original exception:
   
   ```
   Caused by: java.lang.UnsupportedOperationException: Cannot get simple type 
for type DECIMAL
        at org.apache.arrow.vector.types.Types$MinorType.getType(Types.java:815)
        at 
org.apache.arrow.adapter.jdbc.consumer.CompositeJdbcConsumer.consume(CompositeJdbcConsumer.java:49)
   ```
   
   Closes #NNN.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to