jduo commented on code in PR #36519:
URL: https://github.com/apache/arrow/pull/36519#discussion_r1346199761
##########
java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/accessor/impl/calendar/ArrowFlightJdbcTimeStampVectorAccessor.java:
##########
@@ -149,23 +153,22 @@ protected static TimeUnit
getTimeUnitForVector(TimeStampVector vector) {
}
}
- protected static LongToLocalDateTime
getLongToLocalDateTimeForVector(TimeStampVector vector,
-
TimeZone timeZone) {
- String timeZoneID = timeZone.getID();
+ protected static LongToUTCDateTime
getLongToUTCDateTimeForVector(TimeStampVector vector) {
+ String timeZoneID = "UTC";
Review Comment:
Nit: Make final
--
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]