Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 23027e4

Browse files
author
Ralph Gasser
committed
Fixed line length of comment.
1 parent 29a3b8b commit 23027e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/apache/calcite/avatica/jdbc/JdbcResultSet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ private static Object getValue(ResultSet resultSet, int type, int j,
226226
// Recursively extracts an Array using its ResultSet-representation
227227
return extractUsingResultSet(array, calendar);
228228
} catch (Exception e) {
229-
// Not every database might implement Array.getResultSet() using the expected structure. This call
230-
// assumes a non-nested array (depends on the db if that's a valid assumption)
229+
// Not every database might implement Array.getResultSet() using the expected structure.
230+
// This call assumes a non-nested array (depends on the db if that's a valid assumption)
231231
return extractUsingArray(array, calendar);
232232
}
233233
case Types.STRUCT:

0 commit comments

Comments
 (0)