You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/accessor/impl/calendar/ArrowFlightJdbcTimeStampVectorAccessor.java
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,8 +179,19 @@ public Timestamp getTimestamp(Calendar calendar) {
179
179
if (localDateTime == null) {
180
180
returnnull;
181
181
}
182
+
// to prevent breaking changes for those using this, apply the offset that was previously
Copy file name to clipboardExpand all lines: flight/flight-sql-jdbc-core/src/test/java/org/apache/arrow/driver/jdbc/accessor/impl/calendar/ArrowFlightJdbcTimeStampVectorAccessorTest.java
+9-27Lines changed: 9 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -182,22 +182,16 @@ public void testShouldGetTimestampReturnValidTimestampWithCalendar(
0 commit comments