Skip to content

Commit

Permalink
Update sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceb…
Browse files Browse the repository at this point in the history
…erg/ScanTaskReader.java

Co-authored-by: Ahmed Abualsaud <[email protected]>
  • Loading branch information
regadas and ahmedabu98 authored Jan 6, 2025
1 parent 2f0f04b commit 239aaa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public boolean advance() throws IOException {
@SuppressWarnings("nullness")
org.apache.iceberg.@NonNull Schema project = this.project;
@Nullable
String nameMapping = source.getTable().properties().get(TableProperties.DEFAULT_NAME_MAPPING);
@Nullable String nameMapping = source.getTable().properties().get(TableProperties.DEFAULT_NAME_MAPPING);

do {
// If our current iterator is working... do that.
Expand Down

0 comments on commit 239aaa7

Please sign in to comment.