Skip to content

Commit

Permalink
codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Sep 7, 2023
1 parent d48c97f commit ef4a529
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ public static FieldReader create(final String columnName, final ColumnType colum
case DOUBLE:
return new DoubleArrayFieldReader();

default:
throw new UnsupportedColumnTypeException(columnName, columnType);

}
// Fall through to error for other array types

Expand Down

0 comments on commit ef4a529

Please sign in to comment.