lidavidm commented on code in PR #464: URL: https://github.com/apache/arrow-java/pull/464#discussion_r2048031976
########## flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/accessor/impl/calendar/ArrowFlightJdbcTimeStampVectorAccessor.java: ########## @@ -102,7 +160,7 @@ public Date getDate(Calendar calendar) { return null; } - return new Date(Timestamp.valueOf(localDateTime).getTime()); + return new Date(getTimstampWithOffset(calendar, localDateTime).getTime()); Review Comment: typo: `getTimestamp` not `getTimstamp` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org