Skip to content

Commit f910063

Browse files
committed
Add docstring to test method
1 parent 6435f99 commit f910063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flight/flight-sql-jdbc-core/src/test/java/org/apache/arrow/driver/jdbc/accessor/impl/calendar/ArrowFlightJdbcTimeStampVectorAccessorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ private Timestamp getTimestampForVector(int currentRow, String timeZone) {
404404
return expectedTimestamp;
405405
}
406406

407+
/** ZonedDateTime contains all necessary information to generate any java.time object. */
407408
private ZonedDateTime getZonedDateTime(int currentRow, String timeZone) {
408409
Object object = vector.getObject(currentRow);
409410
TimeZone tz = TimeZone.getTimeZone(timeZone);

0 commit comments

Comments
 (0)