We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1931bcb commit 346387bCopy full SHA for 346387b
pyiceberg/table/__init__.py
@@ -553,7 +553,6 @@ def dynamic_partition_overwrite(
553
# written under different (older) specs. We need to project the overwrite
554
# partitions into each historical spec's coordinate space so that the
555
# manifest evaluator correctly identifies which old manifests to delete.
556
- # See: https://github.com/apache/iceberg-python/issues/XXXX
557
current_spec = self.table_metadata.spec()
558
current_schema = self.table_metadata.schema()
559
0 commit comments