We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fce92b commit a32471eCopy full SHA for a32471e
1 file changed
pyiceberg/manifest.py
@@ -529,6 +529,7 @@ def construct_partition_summaries(spec: PartitionSpec, schema: Schema, partition
529
530
MANIFEST_LIST_FILE_STRUCTS = {format_version: schema.as_struct() for format_version, schema in MANIFEST_LIST_FILE_SCHEMAS.items()}
531
532
+
533
POSITIONAL_DELETE_SCHEMA = Schema(
534
NestedField(2147483546, "file_path", StringType()), NestedField(2147483545, "pos", IntegerType())
535
)
0 commit comments