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


##########
paimon-python/pypaimon/read/table_scan.py:
##########
@@ -72,10 +72,10 @@ def with_shard(self, idx_of_this_subtask, 
number_of_para_subtasks) -> 'TableScan
         self.starting_scanner.with_shard(idx_of_this_subtask, 
number_of_para_subtasks)
         return self
 
-    def with_row_range(self, start_row, end_row) -> 'TableScan':
-        """
-        Filter file entries by row range. The row_id corresponds to the row 
position of the
-        file in all file entries in table scan's partitioned_files.
-        """
-        self.starting_scanner.with_row_range(start_row, end_row)
+    def with_row_shard(self, start_row, end_row) -> 'TableScan':

Review Comment:
   ok.



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