Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Dec 20, 2023
1 parent a56ab42 commit a4af207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
import java.util.stream.Collectors;
import org.apache.avro.LogicalType;
import org.apache.avro.Schema;
import org.apache.commons.compress.utils.Lists;
import org.apache.iceberg.mapping.MappedField;
import org.apache.iceberg.mapping.NameMapping;
import org.apache.iceberg.relocated.com.google.common.collect.Lists;

/**
* An Avro Schema visitor to apply a name mapping to add Iceberg field IDs.
Expand Down

0 comments on commit a4af207

Please sign in to comment.