aiguofer opened a new issue, #839: URL: https://github.com/apache/arrow-java/issues/839
### Describe the bug, including details regarding any error messages, version, and platform. TIMESTAMP_WITH_TIMEZONE support was added in https://github.com/apache/arrow-java/pull/464. However, I recently found that calling `ResultSet.getObject(int columnIndex)` throws the following exception: ``` java.lang.RuntimeException: not implemented at org.apache.calcite.avatica.AvaticaSite.notImplemented(AvaticaSite.java:422) at org.apache.calcite.avatica.AvaticaSite.get(AvaticaSite.java:381) at org.apache.calcite.avatica.AvaticaResultSet.getObject(AvaticaResultSet.java:395) ``` The issue is that `AvaticaSite` does not implement support for it. I will put up a PR to add support by overriding our `ResultSet.getObject` method. -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org