I tried to leverage org.apache.arrow.adapter.jdbc.JdbcToArrow.sqlToArrow to 
query a Hive table but got the following error message on Timestamp columns. 
Any idea how to avoid this issue? java.lang.ClassCastException: 
java.lang.ClassCastException: org.apache.arrow.vector.TimeStampMilliVector 
cannot be cast to org.apache.arrow.vector.TimeStampMilliTZVector


Reply via email to