Skip to content

Commit

Permalink
checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonport-db committed Sep 22, 2023
1 parent 17b5f9f commit d160915
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public ArrayValue getArray(int ordinal) {
@Override
public MapValue getMap(int ordinal) {
throw new UnsupportedOperationException(
"map type unsupported for TestColumnBatchBuilder; use scala test utilities"); }
"map type unsupported for TestColumnBatchBuilder; use scala test utilities");
}
}
}

0 comments on commit d160915

Please sign in to comment.