Skip to content

Commit a32471e

Browse files
committed
fix nit
1 parent 6fce92b commit a32471e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyiceberg/manifest.py

+1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ def construct_partition_summaries(spec: PartitionSpec, schema: Schema, partition
529529

530530
MANIFEST_LIST_FILE_STRUCTS = {format_version: schema.as_struct() for format_version, schema in MANIFEST_LIST_FILE_SCHEMAS.items()}
531531

532+
532533
POSITIONAL_DELETE_SCHEMA = Schema(
533534
NestedField(2147483546, "file_path", StringType()), NestedField(2147483545, "pos", IntegerType())
534535
)

0 commit comments

Comments
 (0)