sanskritimbora opened a new issue, #853: URL: https://github.com/apache/arrow-java/issues/853
### Describe the enhancement requested As a developer I want to be able to do query parameter/JDBC Statement binding for Date, Time and Timestamp date types using an iso formatted string. This will help enable the use of 3rd party tools that use ISO string formats for bindings. **Simple client use case example:** insertStatement.setString(1, "2025-08-14T15:53:00.000Z"); insertStatement.setString(2, "2025-04-01"); insertStatement.setString(3, "21:39:50"); -- 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