We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137a9de commit bb2afabCopy full SHA for bb2afab
2 files changed
poetry.toml
pyiceberg/manifest.py
@@ -1347,7 +1347,6 @@ def __init__(
1347
"parent-snapshot-id": str(parent_snapshot_id) if parent_snapshot_id is not None else "null",
1348
"sequence-number": str(sequence_number),
1349
"format-version": "2",
1350
- "content": "data",
1351
AVRO_CODEC_KEY: compression,
1352
},
1353
)
0 commit comments