JingsongLi commented on code in PR #6951:
URL: https://github.com/apache/paimon/pull/6951#discussion_r2659550345


##########
paimon-python/pypaimon/read/scanner/full_starting_scanner.py:
##########
@@ -138,6 +140,13 @@ def with_row_range(self, start_row, end_row) -> 
'FullStartingScanner':
         self.end_row_of_this_subtask = end_row
         return self
 
+    def with_row_ranges(self, row_ranges) -> 'FullStartingScanner':
+        """
+        Filter manifest files by row id ranges.
+        """
+        self.row_ranges = row_ranges

Review Comment:
   You introduced the ranges, so please remove `start_row_of_this_subtask` and 
`end_row_of_this_subtask` in this class.



-- 
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]

Reply via email to