We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d04e3 commit bdb7c7dCopy full SHA for bdb7c7d
pyiceberg/table/__init__.py
@@ -1549,7 +1549,6 @@ def _open_manifest(
1549
io: FileIO,
1550
manifest: ManifestFile,
1551
partition_filter: Callable[[DataFile], bool],
1552
- residual_evaluator: Callable[[Record], BooleanExpression],
1553
metrics_evaluator: Callable[[DataFile], bool],
1554
) -> List[ManifestEntry]:
1555
"""Open a manifest file and return matching manifest entries.
@@ -1716,7 +1715,6 @@ def plan_files(self) -> Iterable[FileScanTask]:
1716
1715
self.io,
1717
manifest,
1718
partition_evaluators[manifest.partition_spec_id],
1719
- residual_evaluators[manifest.partition_spec_id],
1720
self._build_metrics_evaluator(),
1721
)
1722
for manifest in manifests
0 commit comments