Skip to content

Commit

Permalink
Fix the size in GenericDataFile (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
garawalid authored Apr 15, 2020
1 parent b6cdc69 commit 409efd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/apache/iceberg/GenericDataFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ private static org.apache.avro.Schema getAvroSchema(Types.StructType partitionTy

@Override
public int size() {
return 15;
return 13;
}

@Override
Expand Down

0 comments on commit 409efd0

Please sign in to comment.