Skip to content

Commit 83b4ced

Browse files
authored
Apply suggestions from code review
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent e1e47af commit 83b4ced

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyiceberg/table/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,9 +1827,6 @@ def __init__(
18271827
self.options = options
18281828
self.limit = limit
18291829

1830-
@abstractmethod
1831-
def projection(self) -> Schema: ...
1832-
18331830
@abstractmethod
18341831
def plan_files(self) -> Iterable[ScanTask]: ...
18351832

@@ -2109,7 +2106,7 @@ def _manifest_planner(self) -> ManifestGroupPlanner:
21092106
options=self.options,
21102107
)
21112108

2112-
@property
2109+
@cached_property
21132110
def partition_filters(self) -> KeyDefaultDict[int, BooleanExpression]:
21142111
return self._manifest_planner.partition_filters
21152112

0 commit comments

Comments
 (0)