Skip to content

Commit

Permalink
Apply spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Dec 22, 2023
1 parent 0446504 commit 0d0780c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ public ValueReader<?> record(Type partner, Schema record, List<ValueReader<?>> f

Object constant = idToConstant.get(fieldId);
if (projectionPos != null && constant != null) {
readPlan.add(
Pair.of(projectionPos, ValueReaders.replaceWithConstant(reader, constant)));
readPlan.add(Pair.of(projectionPos, ValueReaders.replaceWithConstant(reader, constant)));
} else {
readPlan.add(Pair.of(projectionPos, reader));
}
Expand Down

0 comments on commit 0d0780c

Please sign in to comment.