JingsongLi commented on code in PR #6274:
URL: https://github.com/apache/paimon/pull/6274#discussion_r2361964005
##########
paimon-python/pypaimon/read/plan.py:
##########
@@ -26,11 +26,33 @@
@dataclass
class Plan:
"""Implementation of Plan for native Python reading."""
- _files: List[ManifestEntry]
_splits: List[Split]
-
- def files(self) -> List[ManifestEntry]:
- return self._files
+ _plan_start_row: int = None
Review Comment:
Any usage?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]