Skip to content

Commit d34df0f

Browse files
committed
Change exception name
1 parent 47ce968 commit d34df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/ArrowFlightJdbcVectorSchemaRootResultSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public Object getObject(int columnIndex) throws SQLException {
121121
Cursor.Accessor accessor;
122122
try {
123123
accessor = accessorList.get(columnIndex - 1);
124-
} catch (IndexOutOfBoundsException var3) {
124+
} catch (IndexOutOfBoundsException e) {
125125
throw AvaticaConnection.HELPER.createException("invalid column ordinal: " + columnIndex);
126126
}
127127

0 commit comments

Comments
 (0)